diff options
author | Sorien <Sorien@users.noreply.github.com> | 2020-04-19 02:15:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 03:15:07 +0300 |
commit | 0ef11ff2c909d1775642fa03b09f1342fcaaeb69 (patch) | |
tree | 1db096db0dbc59b3b4f31b55420677b92a3d634d /options/locale | |
parent | b57a735e7739550ed4677af71c5eb0a8032a69f3 (diff) | |
download | gitea-0ef11ff2c909d1775642fa03b09f1342fcaaeb69.tar.gz gitea-0ef11ff2c909d1775642fa03b09f1342fcaaeb69.zip |
consolidate author name across timeline (#11053)
* consolidate author name across timeline
* Sync with master
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options/locale')
-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 cfad41ceb5..848cb05a86 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1031,8 +1031,8 @@ issues.dependency.add = Add dependency… issues.dependency.cancel = Cancel issues.dependency.remove = Remove issues.dependency.remove_info = Remove this dependency -issues.dependency.added_dependency = `<a href="%[1]s">%[2]s</a> added a new dependency %[3]s` -issues.dependency.removed_dependency = `<a href="%[1]s">%[2]s</a> removed a dependency %[3]s` +issues.dependency.added_dependency = `added a new dependency %s` +issues.dependency.removed_dependency = `removed a dependency %s` issues.dependency.issue_closing_blockedby = Closing this pull request is blocked by the following issues issues.dependency.pr_closing_blockedby = Closing this issue is blocked by the following issues issues.dependency.issue_close_blocks = This issue blocks closing of the following issues |