diff options
author | Arthur Ouyang <arthur.oy+github@gmail.com> | 2015-11-19 07:31:55 +0800 |
---|---|---|
committer | Arthur Ouyang <arthur.oy+github@gmail.com> | 2015-11-19 07:31:55 +0800 |
commit | e04c97b9fa3a9955e967a918aada9b21a78a0ec6 (patch) | |
tree | 6f19ecb388c3e8ce998d4cd58b573af9d7198e8b /conf | |
parent | f04d773f4f72f8f167b7ceed4d4e9a6fd4e6ad16 (diff) | |
download | gitea-e04c97b9fa3a9955e967a918aada9b21a78a0ec6.tar.gz gitea-e04c97b9fa3a9955e967a918aada9b21a78a0ec6.zip |
Fix #1965 - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 30540d4791..23543a867a 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -966,7 +966,7 @@ notices.delete_success = System notice has been deleted successfully. [action] create_repo = created repository <a href="%s">%s</a> rename_repo = renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a> -commit_repo = pushed to <a href="%s/src/%s">%[2]s</a> at <a href="%[1]s">%[3]s</a> +commit_repo = pushed to <a href="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> create_issue = `opened issue <a href="%s/issues/%s">%s#%[2]s</a>` create_pull_request = `created pull request <a href="%s/pulls/%s">%s#%[2]s</a>` comment_issue = `commented on issue <a href="%s/issues/%s">%s#%[2]s</a>` |