From 8e5a37c310158beea4fb165e3320140264f77f60 Mon Sep 17 00:00:00 2001 From: KN4CK3R <KN4CK3R@users.noreply.github.com> Date: Fri, 4 Jun 2021 00:50:31 +0200 Subject: [PATCH] Fixed unknown translation key. (#16057) --- templates/repo/diff/comment_form.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/diff/comment_form.tmpl b/templates/repo/diff/comment_form.tmpl index 93e4e5a226..e217c4a497 100644 --- a/templates/repo/diff/comment_form.tmpl +++ b/templates/repo/diff/comment_form.tmpl @@ -22,7 +22,7 @@ </div> </div> <div class="field footer mx-3"> - <span class="markup-info">{{svg "octicon-markup"}} {{$.root.i18n.Tr "repo.diff.comment.markup_info"}}</span> + <span class="markup-info">{{svg "octicon-markup"}} {{$.root.i18n.Tr "repo.diff.comment.markdown_info"}}</span> <div class="ui right"> {{if $.reply}} <button class="ui submit green tiny button btn-reply" type="submit">{{$.root.i18n.Tr "repo.diff.comment.reply"}}</button>