diff options
author | SagePtr <sageptr@gmail.com> | 2018-08-28 17:48:15 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-08-28 11:48:15 -0400 |
commit | 74d65b5b5b00cfb043c0e9ce745518aaa0d3e842 (patch) | |
tree | 0338d993c74c7be3813651589c5bfd864e1f606b /options | |
parent | 34831afaa74ec41883245695872a09b920077420 (diff) | |
download | gitea-74d65b5b5b00cfb043c0e9ce745518aaa0d3e842.tar.gz gitea-74d65b5b5b00cfb043c0e9ce745518aaa0d3e842.zip |
Update legacy branch and tag URLs in dashboard to new format (#4812)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index cb31b95e74..cd9895be19 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1649,7 +1649,7 @@ notices.delete_success = The system notices have been deleted. [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="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> +commit_repo = pushed to <a href="%[1]s/src/branch/%[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>` close_issue = `closed issue <a href="%s/issues/%s">%s#%[2]s</a>` reopen_issue = `reopened issue <a href="%s/issues/%s">%s#%[2]s</a>` @@ -1659,7 +1659,7 @@ reopen_pull_request = `reopened 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>` 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/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a> +push_tag = pushed tag <a href="%s/src/tag/%s">%[2]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_commits = Compare %d commits |