aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale/locale_en-US.ini
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-10-28 08:05:00 +0100
committerGitHub <noreply@github.com>2021-10-28 15:05:00 +0800
commit3fc465ba5ea521cdb72972d12418b09dfb51a51c (patch)
tree31d9729cf1ceae8e77faf896c9bb2cc58a2eae65 /options/locale/locale_en-US.ini
parent0b4a8be26bf9c2941f62ba9444ae9a60d432f0a9 (diff)
downloadgitea-3fc465ba5ea521cdb72972d12418b09dfb51a51c.tar.gz
gitea-3fc465ba5ea521cdb72972d12418b09dfb51a51c.zip
Fix mispelling of starred as stared (#17465)
There was a recent spelling mistake added to the locale file where stared was used instead of starred. This PR changes this to starred. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-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 309ff99c43..c1762799eb 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2786,7 +2786,7 @@ publish_release = `released <a href="%s/releases/tag/%s"> "%[4]s" </a> at <a hr
review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s/pulls/%[2]s">%[3]s#%[2]s</a>`
review_dismissed_reason = Reason:
create_branch = created branch <a href="%[1]s/src/branch/%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>
-stared_repo = stared <a href="%[1]s">%[2]s</a>
+starred_repo = starred <a href="%[1]s">%[2]s</a>
watched_repo = started watching <a href="%[1]s">%[2]s</a>
[tool]