Skip to content

Commit 6228e70

Browse files
authored
change API key edit button text (#10379)
1 parent b9e08e0 commit 6228e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Views/Users/ApiKeys.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
<div class="col-sm-6 form-group">
498498
<input type="submit" class="btn btn-brand btn-block"
499499
data-bind="enable: SelectPackagesEnabled() && !PendingCreateOrEdit(),
500-
attr: { value: Key() ? 'Edit' : 'Create' }" />
500+
attr: { value: Key() ? 'Save' : 'Create' }" />
501501
</div>
502502
<div class="col-sm-6 form-group">
503503
<button data-bind="attr: { 'data-target': '#' + EditContainerId(),

0 commit comments

Comments
 (0)