1
0
Fork 0
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:
BlueMöhre 2024-10-20 08:56:23 +02:00 committed by GitHub
parent 078b188d0e
commit 5e5b3ab019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -268,11 +268,10 @@
<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>