diff options
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/diff/compare.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/issue/new.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/diff/compare.tmpl b/templates/repo/diff/compare.tmpl index e9f2fc3b60..029e7717a4 100644 --- a/templates/repo/diff/compare.tmpl +++ b/templates/repo/diff/compare.tmpl @@ -13,7 +13,7 @@ </h2> {{if .Flash.WarningMsg}} {{/* - There's alreay a importing of alert.tmpl in new_form.tmpl, + There's already an importing of alert.tmpl in new_form.tmpl, but only the negative message will be displayed within forms for some reasons, see semantic.css:10659. To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only. */}} diff --git a/templates/repo/issue/new.tmpl b/templates/repo/issue/new.tmpl index 9f46f8fddc..496b4b5a70 100644 --- a/templates/repo/issue/new.tmpl +++ b/templates/repo/issue/new.tmpl @@ -8,7 +8,7 @@ <div class="ui divider"></div> {{if .Flash.WarningMsg}} {{/* - There's alreay a importing of alert.tmpl in new_form.tmpl, + There's already an importing of alert.tmpl in new_form.tmpl, but only the negative message will be displayed within forms for some reasons, see semantic.css:10659. To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only. */}} |