diff options
author | Unknwon <u@gogs.io> | 2015-08-30 00:45:56 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-30 00:45:56 +0800 |
commit | 9b9e5f02901ab457656ee80bf7b27a663db4d73f (patch) | |
tree | 7415150d901b98b181904210d6eef292125dd851 /conf | |
parent | 302938e646d764cb7f0f63720d6b44fd1fa6e065 (diff) | |
download | gitea-9b9e5f02901ab457656ee80bf7b27a663db4d73f.tar.gz gitea-9b9e5f02901ab457656ee80bf7b27a663db4d73f.zip |
#1545 Cross reference the commit from the issue when it is closed by the commit
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index f9e5070395..739ee0e3ea 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -439,6 +439,7 @@ issues.reopen_comment_issue = Reopen and comment issues.create_comment = Comment issues.closed_at = `closed <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.reopened_at = `reopened <a id="%[1]s" href="#%[1]s">%[2]s</a>` +issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.poster = Poster issues.admin = Admin issues.owner = Owner |