Skip to content

Commit

Permalink
Use "Save" in Metadata Editor and remove "SaveChanges". (#6212)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemoehre authored Oct 20, 2024
1 parent 078b188 commit 5e5b3ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/metadataEditor/metadataEditor.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,10 @@ <h2>${HeaderMetadataSettings}</h2>
<span>${Reset}</span>
</button>
<button is="emby-button" type="submit" class="raised button-submit block btnSave formDialogFooterItem">
<span>${SaveChanges}</span>
<span>${Save}</span>
</button>
</div>

</div>
</form>
</div>

1 change: 0 additions & 1 deletion src/strings/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,6 @@
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"SaveChanges": "Save changes",
"SaveLyricsIntoMediaFolders": "Save lyrics into media folders",
"SaveLyricsIntoMediaFoldersHelp": "Storing lyrics next to audio files will allow them to be more easily managed.",
"SavePassword": "Save Password",
Expand Down

0 comments on commit 5e5b3ab

Please sign in to comment.