diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2017-10-15 11:30:26 -0700 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-10-15 21:30:26 +0300 |
commit | c25303b11c323045718a5af373c11f5807f77fb7 (patch) | |
tree | a3ac9031f70e97de6055e4219df81148dd645d7c /options | |
parent | 4ccb0fe3383707704eca5247b16d813c1d793f08 (diff) | |
download | gitea-c25303b11c323045718a5af373c11f5807f77fb7.tar.gz gitea-c25303b11c323045718a5af373c11f5807f77fb7.zip |
Fix activity locale (#2709)
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 dd9d05c1aa..63dc5cf13b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -840,7 +840,7 @@ activity.new_issues_count_n = New Issues activity.new_issue_label = Opened activity.title.unresolved_conv_1 = %d Unresolved conversation activity.title.unresolved_conv_n = %d Unresolved conversations -activity.unresolved_conv_desc = List of all old issues and pull requests that have changed recently but has not been resloved yet. +activity.unresolved_conv_desc = List of all old issues and pull requests that have changed recently but have not been resolved yet. activity.unresolved_conv_label = Open activity.title.releases_1 = %d Release activity.title.releases_n = %d Releases |