Update translation strings for tags

This commit is contained in:
James Allen 2016-01-29 15:15:44 +00:00
parent b32178182d
commit 3d9f326219

View file

@ -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(