1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Fix i18n strings

This commit is contained in:
Harvey Kandola 2022-03-22 12:14:31 -04:00
parent 6c8b10753d
commit 78932fb8c7
4 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@
<div class="modal-content">
<div class="modal-header">{{localize 'delete'}}</div>
<div class="modal-body">
<p>{{localize 'categroy_delete_confirm'}}</p>
<p>{{localize 'category_delete_confirm'}}</p>
</div>
<div class="modal-footer">
{{ui/ui-button color=constants.Color.Gray light=true label=(localize 'close') dismiss=true}}