diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-01-28 13:56:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 21:56:31 +0800 |
commit | 7b04c97b7b0fd96676c94e02a857a43a6ef32b3d (patch) | |
tree | 9bb6656290b3538061d02a617fa0c88851a4e9c3 | |
parent | 604ce776287545b31991f0c78b13854b36ed2f59 (diff) | |
download | gitea-7b04c97b7b0fd96676c94e02a857a43a6ef32b3d.tar.gz gitea-7b04c97b7b0fd96676c94e02a857a43a6ef32b3d.zip |
Fix typo (#18436)
As title
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
-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 4923d8b7b7..7a291cd75c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1263,7 +1263,7 @@ issues.filter_sort.moststars = Most stars issues.filter_sort.feweststars = Fewest stars issues.filter_sort.mostforks = Most forks issues.filter_sort.fewestforks = Fewest forks -issues.keyword_search_unavailable = Currently searhing by keyword is not available. Please contact your site administrator. +issues.keyword_search_unavailable = Currently searching by keyword is not available. Please contact your site administrator. issues.action_open = Open issues.action_close = Close issues.action_label = Label |