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

i18n space strings

This commit is contained in:
McMatts 2022-03-08 13:05:30 -05:00
parent 97c4c927ac
commit 5e687f5ef4
7 changed files with 40 additions and 28 deletions

View file

@ -34,6 +34,6 @@
{{/each}}
</ul>
{{#ui/ui-dialog title="Delete Attachment" confirmCaption="Delete" buttonColor=constants.Color.Red show=showDialog onAction=(action "onDelete")}}
{{#ui/ui-dialog title="Delete Attachment" confirmCaption=(localize 'delete') buttonColor=constants.Color.Red show=showDialog onAction=(action "onDelete")}}
<p>Are you sure you want to delete this attachment?</p>
{{/ui/ui-dialog}}