diff options
author | a1012112796 <1012112796@qq.com> | 2021-07-18 05:21:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 23:21:04 +0200 |
commit | ec357833bcfc90860331f956a811ecbf45df47aa (patch) | |
tree | a4a466fe6af0eee866796422c97e07b3a9041074 /options/locale/locale_en-US.ini | |
parent | 4b512abf5b00a2f51ef295ba63671f557e1d4c13 (diff) | |
download | gitea-ec357833bcfc90860331f956a811ecbf45df47aa.tar.gz gitea-ec357833bcfc90860331f956a811ecbf45df47aa.zip |
show tag name on dashboard items list (#16466)
fix #16458
Signed-off-by: a1012112796 <1012112796@qq.com>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0ead1dfd6d..2479bc5bb4 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2710,7 +2710,7 @@ comment_issue = `commented on issue <a href="%s/issues/%s">%s#%[2]s</a>` comment_pull = `commented on pull request <a href="%s/pulls/%s">%s#%[2]s</a>` merge_pull_request = `merged pull request <a href="%s/pulls/%s">%s#%[2]s</a>` transfer_repo = transferred repository <code>%s</code> to <a href="%s">%s</a> -push_tag = pushed tag <a href="%s/src/tag/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a> +push_tag = pushed tag <a href="%s/src/tag/%s">%[4]s</a> to <a href="%[1]s">%[3]s</a> delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a> delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a> compare_branch = Compare |