Skip to content

Commit

Permalink
Merge pull request #9 from mattermost/connect-instead-of-save
Browse files Browse the repository at this point in the history
Use the term Connect instead of Save
  • Loading branch information
lieut-data authored Oct 9, 2024
2 parents a4ea753 + 8e5a001 commit e9e7847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function Setup() {
<input id="urlInput" style={styles.urlInput} value={url} onChange={(event) => setURL(event.target.value)} />
</div>
<div style={styles.saveContainer}>
<button style={styles.saveButton}>Save</button>
<button style={styles.saveButton}>Connect</button>
</div>
{errorText.length > 0 &&
<label id="errorText" className="error">{errorText}</label>
Expand Down

0 comments on commit e9e7847

Please sign in to comment.