summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-07-14 15:06:09 +0200
committerGitHub <noreply@github.com>2021-07-14 15:06:09 +0200
commit8798e3a09884521157d75869543263e2e6a7ec78 (patch)
treea4470b6c5278e76419ba75d47678d66e8b734d46 /options
parent8464fa15d066162554a62ec40fc5e1c1a0563277 (diff)
downloadgitea-8798e3a09884521157d75869543263e2e6a7ec78.tar.gz
gitea-8798e3a09884521157d75869543263e2e6a7ec78.zip
Use TrN helper for email templates (#16425)
* Add TrN helper * use TrN * a nit
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 442ae17a9f..0ead1dfd6d 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -350,7 +350,7 @@ issue_assigned.issue = @%[1]s assigned you to the issue %[2]s in repository %[3]
issue.x_mentioned_you = <b>@%s</b> mentioned you:
issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
-issue.action.push_1 = <b>@%[1]s</b> pushed 1 commit to %[2]s
+issue.action.push_1 = <b>@%[1]s</b> pushed %[3]d commit to %[2]s
issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %[2]s
issue.action.close = <b>@%[1]s</b> closed #%[2]d.
issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.