Fixed translations

This commit is contained in:
WBHarry 2026-04-11 22:19:52 +02:00
parent 6804bfe047
commit ccef7fff2c
40 changed files with 122 additions and 70 deletions

View file

@ -1,10 +1,10 @@
<footer class="form-footer">
<button type="button" data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span>
<span>{{localize "ACTIONS.Reset"}}</span>
</button>
<button type="button" data-action="save" >
<i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span>
<span>{{localize "EDITOR.Save"}}</span>
</button>
</footer>