diff options
author | KN4CK3R <KN4CK3R@users.noreply.github.com> | 2021-06-04 00:50:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 23:50:31 +0100 |
commit | 8e5a37c310158beea4fb165e3320140264f77f60 (patch) | |
tree | de2619b9624a51129513c0147140c5f4cdc1e897 | |
parent | 6a7bf974bef6257517e39d9979b4ebac8c35176a (diff) | |
download | gitea-8e5a37c310158beea4fb165e3320140264f77f60.tar.gz gitea-8e5a37c310158beea4fb165e3320140264f77f60.zip |
Fixed unknown translation key. (#16057)
-rw-r--r-- | templates/repo/diff/comment_form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |