From f418929dcfe58c034e3a7d8436cb3b117d2182c9 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 2 Aug 2018 16:23:47 +0100 Subject: [PATCH] Adjust i18n. --- services/web/app/views/project/editor/history/toolbarV2.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/history/toolbarV2.pug b/services/web/app/views/project/editor/history/toolbarV2.pug index 76d4ed1494..b4afe439b3 100644 --- a/services/web/app/views/project/editor/history/toolbarV2.pug +++ b/services/web/app/views/project/editor/history/toolbarV2.pug @@ -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