Adjust i18n.

This commit is contained in:
Paulo Reis 2018-08-02 16:23:47 +01:00
parent 2c2bb4c130
commit f418929dcf

View file

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