Skip to content

Commit 56c9346

Browse files
authored
crate/settings: Fix "Save" button caption to read "Add" instead (#11308)
"Save" makes no sense in this context and appears to be a copy-paste mistake back from when the user email change form was copied...
1 parent 00d7fd5 commit 56c9346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/crate/settings.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Username
1616
</label>
1717
<Input @type="text" id="new-owner-username" @value={{this.username}} placeholder="Username" local-class="email-input" name="username" />
18-
<button type="submit" disabled={{not this.username}} class="button button--small" data-test-save-button>Save</button>
18+
<button type="submit" disabled={{not this.username}} class="button button--small" data-test-save-button>Add</button>
1919
</form>
2020
{{/if}}
2121

0 commit comments

Comments
 (0)