mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:31:52 +00:00
Adjust i18n.
This commit is contained in:
parent
2c2bb4c130
commit
f418929dcf
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ script(type="text/ng-template", id="historyV2DeleteLabelModalTemplate")
|
|||
.alert.alert-danger(ng-show="state.error.message") {{ state.error.message}}
|
||||
.alert.alert-danger(ng-show="state.error && !state.error.message") #{translate("generic_something_went_wrong")}
|
||||
p.help-block(ng-if="labelDetails")
|
||||
| #{translate("history_are_you_sure_delete_label")}
|
||||
| #{translate("history_are_you_sure_delete_label")}:
|
||||
strong "{{ labelDetails.comment }}"
|
||||
| ?
|
||||
.modal-footer
|
||||
|
|
Loading…
Reference in a new issue