mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use "Save" in Metadata Editor and remove "SaveChanges". (#6212)
This commit is contained in:
parent
078b188d0e
commit
5e5b3ab019
2 changed files with 1 additions and 3 deletions
|
@ -268,11 +268,10 @@
|
||||||
<span>${Reset}</span>
|
<span>${Reset}</span>
|
||||||
</button>
|
</button>
|
||||||
<button is="emby-button" type="submit" class="raised button-submit block btnSave formDialogFooterItem">
|
<button is="emby-button" type="submit" class="raised button-submit block btnSave formDialogFooterItem">
|
||||||
<span>${SaveChanges}</span>
|
<span>${Save}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1440,7 +1440,6 @@
|
||||||
"Runtime": "Runtime",
|
"Runtime": "Runtime",
|
||||||
"Saturday": "Saturday",
|
"Saturday": "Saturday",
|
||||||
"Save": "Save",
|
"Save": "Save",
|
||||||
"SaveChanges": "Save changes",
|
|
||||||
"SaveLyricsIntoMediaFolders": "Save lyrics into media folders",
|
"SaveLyricsIntoMediaFolders": "Save lyrics into media folders",
|
||||||
"SaveLyricsIntoMediaFoldersHelp": "Storing lyrics next to audio files will allow them to be more easily managed.",
|
"SaveLyricsIntoMediaFoldersHelp": "Storing lyrics next to audio files will allow them to be more easily managed.",
|
||||||
"SavePassword": "Save Password",
|
"SavePassword": "Save Password",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue