summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorHEREYUA <37935145+HEREYUA@users.noreply.github.com>2024-03-15 11:43:10 +0800
committerGitHub <noreply@github.com>2024-03-15 11:43:10 +0800
commit2eb7c564df950fb96a1970559719003e979ff30a (patch)
tree1778c3476cd2be76e81461534e02ff63647d57aa /options
parent94512ee0628dc0d2b697441a4355ace54b6515cd (diff)
downloadgitea-2eb7c564df950fb96a1970559719003e979ff30a.tar.gz
gitea-2eb7c564df950fb96a1970559719003e979ff30a.zip
Improve branch select list ui in go templates (#29729)
Relate:[#27417](https://github.com/go-gitea/gitea/issues/27471) Reference: [#26631](https://github.com/go-gitea/gitea/pull/26631) Before ![image](https://github.com/go-gitea/gitea/assets/37935145/88ca8da5-25dd-4f60-bea8-a80107f19cc5) After ![image](https://github.com/go-gitea/gitea/assets/37935145/3cb180dc-1331-43e9-8633-be5e288401e8) --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index a54367e221..dc16d78fc7 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -156,6 +156,8 @@ filter.not_template = Not Template
filter.public = Public
filter.private = Private
+no_results_found = No results found.
+
[search]
search = Search...
type_tooltip = Search type
@@ -1763,7 +1765,6 @@ pulls.compare_compare = pull from
pulls.switch_comparison_type = Switch comparison type
pulls.switch_head_and_base = Switch head and base
pulls.filter_branch = Filter branch
-pulls.no_results = No results found.
pulls.show_all_commits = Show all commits
pulls.show_changes_since_your_last_review = Show changes since your last review
pulls.showing_only_single_commit = Showing only changes of commit %[1]s