This commit is contained in:
WBHarry 2026-04-11 22:35:18 +02:00
parent d7b37f8178
commit 38edbaf328
38 changed files with 171 additions and 66 deletions

View file

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