diff options
author | Unknwon <u@gogs.io> | 2015-08-13 16:07:11 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-13 16:07:11 +0800 |
commit | 133b19d0c5587b7c6d5d9e8057f81bc45a246972 (patch) | |
tree | 1cd0e19599d5f9288fb1b2cbf5bf8f48fdf16fd8 /conf | |
parent | d7d72b9e3cc0e536d213d6501244544de8020661 (diff) | |
download | gitea-133b19d0c5587b7c6d5d9e8057f81bc45a246972.tar.gz gitea-133b19d0c5587b7c6d5d9e8057f81bc45a246972.zip |
finish view comments on issue page
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 071c6f8a6b..8d886d2ec0 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -405,8 +405,8 @@ issues.next = Next issues.open_title = Open issues.closed_title = Closed issues.num_comments = %d comments -issues.commented_at = commented at <a href="%s">%s</a> -issues.no_content = There is no content if this issue. +issues.commented_at = `commented at <a id="%[1]s" href="#%[1]s">%[2]s</a>` +issues.no_content = There is no content yet. issues.close_issue = Close issues.close_comment_issue = Close and comment issues.create_comment = Comment |