mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 22:31:12 +00:00
Update translation strings for tags
This commit is contained in:
parent
b32178182d
commit
3d9f326219
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ script(type='text/ng-template', id='deleteTagModalTemplate')
|
|||
data-dismiss="modal"
|
||||
ng-click="cancel()"
|
||||
) ×
|
||||
h3 #{translate("delete_tag")}
|
||||
h3 #{translate("delete_folder")}
|
||||
.modal-body
|
||||
p #{translate("about_to_delete_tag")}
|
||||
p #{translate("about_to_delete_folder")}
|
||||
ul
|
||||
li
|
||||
strong {{tag.name}}
|
||||
|
@ -67,7 +67,7 @@ script(type='text/ng-template', id='renameTagModalTemplate')
|
|||
data-dismiss="modal"
|
||||
ng-click="cancel()"
|
||||
) ×
|
||||
h3 #{translate("rename_tag")}
|
||||
h3 #{translate("rename_folder")}
|
||||
.modal-body
|
||||
form(name="renameTagForm", novalidate)
|
||||
input.form-control(
|
||||
|
|
Loading…
Reference in a new issue