diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-09-02 19:11:23 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-09-03 00:11:23 +0800 |
commit | 016083b328f383a5c15f3fa342cbdfdc65315822 (patch) | |
tree | c70949019fe3fca1d870b7e34a22cd879b5b619d /options | |
parent | 0a1c824bc7475949f25e133ab401bae9cea35936 (diff) | |
download | gitea-016083b328f383a5c15f3fa342cbdfdc65315822.tar.gz gitea-016083b328f383a5c15f3fa342cbdfdc65315822.zip |
Add strike to old header on comment (#8046)
Diffstat (limited to 'options')
-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 90ee32a25c..3e793bef96 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -775,7 +775,7 @@ issues.self_assign_at = `self-assigned this %s` issues.add_assignee_at = `was assigned by <b>%s</b> %s` issues.remove_assignee_at = `was unassigned by <b>%s</b> %s` issues.remove_self_assignment = `removed their assignment %s` -issues.change_title_at = `changed title from <b>%s</b> to <b>%s</b> %s` +issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s` issues.delete_branch_at = `deleted branch <b>%s</b> %s` issues.open_tab = %d Open issues.close_tab = %d Closed |