Skip to content

Commit

Permalink
replace translation key "SaveChanges" with "Save"
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemoehre committed Oct 17, 2024
1 parent 8b92092 commit 1ef496c
Showing 1 changed file with 1 addition and 2 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>

0 comments on commit 1ef496c

Please sign in to comment.