Skip to content

Commit 9fc1cee

Browse files
committed
deduplicate search translations
1 parent 4b8293a commit 9fc1cee

32 files changed

+65
-91
lines changed

options/locale/locale_en-US.ini

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,19 @@ confirm_delete_selected = Confirm to delete all selected items?
142142
name = Name
143143
value = Value
144144

145+
[search]
146+
search = Search
147+
search_kind = Search %s...
148+
type_tooltip = Search type
149+
fuzzy = Fuzzy
150+
fuzzy_tooltip = Include results that also match the search term closely
151+
match = Match
152+
match_tooltip = Include only results that match the exact search term
153+
no_results = No %s matching your search term found.
154+
unavailable = %s is currently not available. Please contact your site administrator.
155+
kind.code = Code search
156+
kind.keyword = Searching by keyword
157+
145158
[aria]
146159
navbar = Navigation Bar
147160
footer = Footer
@@ -316,7 +329,6 @@ collaborative_repos = Collaborative Repositories
316329
my_orgs = My Organizations
317330
my_mirrors = My Mirrors
318331
view_home = View %s
319-
search_repos = Find a repository…
320332
filter = Other Filters
321333
filter_by_team_repositories = Filter by team repositories
322334
feed_of = Feed of "%s"
@@ -337,20 +349,8 @@ issues.in_your_repos = In your repositories
337349
repos = Repositories
338350
users = Users
339351
organizations = Organizations
340-
search = Search
341352
go_to = Go to
342353
code = Code
343-
search.type.tooltip = Search type
344-
search.fuzzy = Fuzzy
345-
search.fuzzy.tooltip = Include results that also matches the search term closely
346-
search.match = Match
347-
search.match.tooltip = Include only results that matches the exact search term
348-
code_search_unavailable = Currently code search is not available. Please contact your site administrator.
349-
repo_no_results = No matching repositories found.
350-
user_no_results = No matching users found.
351-
org_no_results = No matching organizations found.
352-
code_no_results = No source code matching your search term found.
353-
code_search_results = Search results for "%s"
354354
code_last_indexed_at = Last indexed %s
355355
relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
356356
relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
@@ -1282,9 +1282,7 @@ commits.desc = Browse source code change history.
12821282
commits.commits = Commits
12831283
commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories.
12841284
commits.nothing_to_compare = These branches are equal.
1285-
commits.search = Search commits…
12861285
commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13".
1287-
commits.find = Search
12881286
commits.search_all = All Branches
12891287
commits.author = Author
12901288
commits.message = Message
@@ -1458,7 +1456,6 @@ issues.filter_sort.moststars = Most stars
14581456
issues.filter_sort.feweststars = Fewest stars
14591457
issues.filter_sort.mostforks = Most forks
14601458
issues.filter_sort.fewestforks = Fewest forks
1461-
issues.keyword_search_unavailable = Searching by keyword is currently not available. Please contact your site administrator.
14621459
issues.action_open = Open
14631460
issues.action_close = Close
14641461
issues.action_label = Label
@@ -1989,17 +1986,6 @@ contributors.contribution_type.commits = Commits
19891986
contributors.contribution_type.additions = Additions
19901987
contributors.contribution_type.deletions = Deletions
19911988

1992-
search = Search
1993-
search.search_repo = Search repository
1994-
search.type.tooltip = Search type
1995-
search.fuzzy = Fuzzy
1996-
search.fuzzy.tooltip = Include results that also matches the search term closely
1997-
search.match = Match
1998-
search.match.tooltip = Include only results that matches the exact search term
1999-
search.results = Search results for "%s" in <a href="%s">%s</a>
2000-
search.code_no_results = No source code matching your search term found.
2001-
search.code_search_unavailable = Currently code search is not available. Please contact your site administrator.
2002-
20031989
settings = Settings
20041990
settings.desc = Settings is where you can manage the settings for the repository
20051991
settings.options = Repository
@@ -2152,15 +2138,13 @@ settings.delete_collaborator = Remove
21522138
settings.collaborator_deletion = Remove Collaborator
21532139
settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
21542140
settings.remove_collaborator_success = The collaborator has been removed.
2155-
settings.search_user_placeholder = Search user…
21562141
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
21572142
settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
21582143
settings.team_not_in_organization = The team is not in the same organization as the repository
21592144
settings.teams = Teams
21602145
settings.add_team = Add Team
21612146
settings.add_team_duplicate = Team already has the repository
21622147
settings.add_team_success = The team now have access to the repository.
2163-
settings.search_team = Search Team…
21642148
settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository
21652149
settings.delete_team_tip = This team has access to all repositories and can't be removed
21662150
settings.remove_team_success = The team's access to the repository has been removed.
@@ -2313,9 +2297,7 @@ settings.protect_whitelist_committers = Whitelist Restricted Push
23132297
settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
23142298
settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
23152299
settings.protect_whitelist_users = Whitelisted users for pushing:
2316-
settings.protect_whitelist_search_users = Search users…
23172300
settings.protect_whitelist_teams = Whitelisted teams for pushing:
2318-
settings.protect_whitelist_search_teams = Search teams…
23192301
settings.protect_merge_whitelist_committers = Enable Merge Whitelist
23202302
settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
23212303
settings.protect_merge_whitelist_users = Whitelisted users for merging:
@@ -2560,7 +2542,6 @@ branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be
25602542
branch.restore = Restore Branch "%s"
25612543
branch.download = Download Branch "%s"
25622544
branch.rename = Rename Branch "%s"
2563-
branch.search = Search Branch
25642545
branch.included_desc = This branch is part of the default branch
25652546
branch.included = Included
25662547
branch.create_new_branch = Create branch from branch:
@@ -2705,7 +2686,6 @@ teams.write_permission_desc = This team grants <strong>Write</strong> access: me
27052686
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
27062687
teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
27072688
teams.repositories = Team Repositories
2708-
teams.search_repo_placeholder = Search repository…
27092689
teams.remove_all_repos_title = Remove all team repositories
27102690
teams.remove_all_repos_desc = This will remove all repositories from the team.
27112691
teams.add_all_repos_title = Add all repositories

templates/admin/base/search.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form class="ui form ignore-dirty gt-f1">
33
<div class="ui fluid action input">
44
{{template "shared/searchinput" dict "Value" .Keyword}}
5-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
5+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
66
</div>
77
</form>
88
<!-- Sort -->

templates/admin/emails/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<form class="ui form ignore-dirty gt-f1">
99
<div class="ui fluid action input">
1010
{{template "shared/searchinput" dict "Value" .Keyword}}
11-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
11+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
1212
</div>
1313
</form>
1414
<!-- Sort -->

templates/admin/packages/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<option{{if eq $.PackageType $type}} selected="selected"{{end}} value="{{$type}}">{{$type.Name}}</option>
2323
{{end}}
2424
</select>
25-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
25+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
2626
</div>
2727
</form>
2828
</div>

templates/admin/repo/search.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form class="ui form ignore-dirty gt-f1">
33
<div class="ui fluid action input">
44
{{template "shared/searchinput" dict "Value" .Keyword}}
5-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
5+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
66
</div>
77
</form>
88
<!-- Sort -->

templates/admin/repo/unadopted.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="ui fluid action input">
1212
<input name="search" value="true" type="hidden">
1313
<input name="q" value="{{.Keyword}}" placeholder="{{ctx.Locale.Tr "repo.adopt_search"}}" autofocus>
14-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
14+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
1515
</div>
1616
</form>
1717
</div>

templates/admin/user/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- Search Text -->
5656
<div class="ui fluid action input">
5757
{{template "shared/searchinput" dict "Value" .Keyword}}
58-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
58+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
5959
</div>
6060
</form>
6161
</div>

templates/code/searchcombo.tmpl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
<div class="ui user list">
44
{{if .CodeIndexerUnavailable}}
55
<div class="ui error message">
6-
<p>{{ctx.Locale.Tr "explore.code_search_unavailable"}}</p>
6+
<p>{{ctx.Locale.Tr "search.unavailable" (ctx.Locale.Tr "search.kind.code")}}</p>
77
</div>
88
{{else if .SearchResults}}
9-
<h3>
10-
{{ctx.Locale.Tr "explore.code_search_results" .Keyword}}
11-
</h3>
129
{{template "code/searchresults" .}}
1310
{{else if .Keyword}}
14-
<div>{{ctx.Locale.Tr "explore.code_no_results"}}</div>
11+
<div>{{ctx.Locale.Tr "search.no_results" (ctx.Locale.Tr "explore.code")}}</div>
1512
{{end}}
1613
</div>
1714
{{template "base/paginate" .}}

templates/code/searchform.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<form class="ui form ignore-dirty">
22
<div class="ui fluid action input">
33
{{template "shared/searchinput" dict "Value" .Keyword "Disabled" .CodeIndexerUnavailable}}
4-
<div class="ui dropdown selection {{if .CodeIndexerUnavailable}} disabled{{end}}" data-tooltip-content="{{ctx.Locale.Tr "explore.search.type.tooltip"}}">
4+
<div class="ui dropdown selection {{if .CodeIndexerUnavailable}} disabled{{end}}" data-tooltip-content="{{ctx.Locale.Tr "search.type_tooltip"}}">
55
<input name="t" type="hidden" value="{{.queryType}}"{{if .CodeIndexerUnavailable}} disabled{{end}}>{{svg "octicon-triangle-down" 14 "dropdown icon"}}
6-
<div class="text">{{ctx.Locale.Tr (printf "explore.search.%s" (or .queryType "fuzzy"))}}</div>
6+
<div class="text">{{ctx.Locale.Tr (printf "search.%s" (or .queryType "fuzzy"))}}</div>
77
<div class="menu">
8-
<div class="item" data-value="" data-tooltip-content="{{ctx.Locale.Tr "explore.search.fuzzy.tooltip"}}">{{ctx.Locale.Tr "explore.search.fuzzy"}}</div>
9-
<div class="item" data-value="match" data-tooltip-content="{{ctx.Locale.Tr "explore.search.match.tooltip"}}">{{ctx.Locale.Tr "explore.search.match"}}</div>
8+
<div class="item" data-value="" data-tooltip-content="{{ctx.Locale.Tr "search.fuzzy_tooltip"}}">{{ctx.Locale.Tr "search.fuzzy"}}</div>
9+
<div class="item" data-value="match" data-tooltip-content="{{ctx.Locale.Tr "search.match_tooltip"}}">{{ctx.Locale.Tr "search.match"}}</div>
1010
</div>
1111
</div>
12-
<button class="ui primary button"{{if .CodeIndexerUnavailable}} disabled{{end}}>{{ctx.Locale.Tr "explore.search"}}</button>
12+
<button class="ui primary button"{{if .CodeIndexerUnavailable}} disabled{{end}}>{{ctx.Locale.Tr "search.search"}}</button>
1313
</div>
1414
</form>

templates/explore/repo_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</div>
5959
{{else}}
6060
<div>
61-
{{ctx.Locale.Tr "explore.repo_no_results"}}
61+
{{ctx.Locale.Tr "search.no_results" (ctx.Locale.Tr "explore.repos")}}
6262
</div>
6363
{{end}}
6464
</div>

templates/explore/repo_search.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{else if .TabName}}
1010
<input type="hidden" name="tab" value="{{.TabName}}">
1111
{{end}}
12-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
12+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
1313
</div>
1414
</form>
1515
<!-- Sort -->

templates/explore/search.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form class="ui form ignore-dirty gt-f1">
33
<div class="ui fluid action input">
44
{{template "shared/searchinput" dict "Value" .Keyword}}
5-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
5+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
66
</div>
77
</form>
88
<!-- Sort -->

templates/explore/user_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</div>
2727
</div>
2828
{{else}}
29-
<div class="flex-item">{{ctx.Locale.Tr "explore.user_no_results"}}</div>
29+
<div class="flex-item">{{ctx.Locale.Tr "search.no_results" (ctx.Locale.Tr "explore.users")}}</div>
3030
{{end}}
3131
</div>

templates/org/team/members.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<input type="hidden" name="uid" value="{{.SignedUser.ID}}">
1515
<div id="search-user-box" class="ui search gt-mr-3"{{if .IsEmailInviteEnabled}} data-allow-email="true" data-allow-email-description="{{ctx.Locale.Tr "org.teams.invite_team_member" $.Team.Name}}"{{end}}>
1616
<div class="ui input">
17-
<input class="prompt" name="uname" placeholder="{{ctx.Locale.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" required>
17+
<input class="prompt" name="uname" placeholder="{{ctx.Locale.Tr "search.search_kind" (ctx.Locale.Tr "explore.users")}}" autocomplete="off" required>
1818
</div>
1919
</div>
2020
<button class="ui primary button">{{ctx.Locale.Tr "org.teams.add_team_member"}}</button>

templates/org/team/repositories.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{{.CsrfTokenHtml}}
1515
<div id="search-repo-box" data-uid="{{.Org.ID}}" class="ui search">
1616
<div class="ui input">
17-
<input class="prompt" name="repo_name" placeholder="{{ctx.Locale.Tr "org.teams.search_repo_placeholder"}}" autocomplete="off" required>
17+
<input class="prompt" name="repo_name" placeholder="{{ctx.Locale.Tr "search.search_kind" (ctx.Locale.Tr "repository")}}" autocomplete="off" required>
1818
</div>
1919
</div>
2020
<button class="ui primary button gt-ml-3">{{ctx.Locale.Tr "add"}}</button>

templates/package/shared/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<option{{if eq $.PackageType $type}} selected="selected"{{end}} value="{{$type}}">{{$type.Name}}</option>
1111
{{end}}
1212
</select>
13-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
13+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
1414
</div>
1515
</form>
1616
{{end}}

templates/package/shared/versionlist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<option value="untagged"{{if not $isTagged}} selected="selected"{{end}}>{{ctx.Locale.Tr "packages.filter.container.untagged"}}</option>
1616
</select>
1717
{{end}}
18-
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
18+
<button class="ui primary button">{{ctx.Locale.Tr "search.search"}}</button>
1919
</div>
2020
</form>
2121
<div>

templates/projects/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="ui small search fluid action input">
2525
<input type="hidden" name="state" value="{{$.State}}">
2626
{{template "shared/searchinput" dict "Value" .Keyword}}
27-
<button class="ui small icon button" type="submit" aria-label="{{ctx.Locale.Tr "explore.search"}}">
27+
<button class="ui small icon button" type="submit" aria-label="{{ctx.Locale.Tr "search.search"}}">
2828
{{svg "octicon-search"}}
2929
</button>
3030
</div>

templates/repo/branch/list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<div class="gt-whitespace-nowrap">
7676
<form class="ignore-dirty" method="get">
7777
<div class="ui tiny search input">
78-
<input name="q" placeholder="{{ctx.Locale.Tr "repo.branch.search"}}" value="{{.Keyword}}" autofocus>
78+
<input name="q" placeholder="{{ctx.Locale.Tr "search.search_kind" (ctx.Locale.Tr "repo.branch")}}" value="{{.Keyword}}" autofocus>
7979
</div>
80-
<button class="ui primary tiny button gt-mr-0" data-tooltip-content={{ctx.Locale.Tr "repo.commits.search.tooltip"}}>{{ctx.Locale.Tr "repo.commits.find"}}</button>
80+
<button class="ui primary tiny button gt-mr-0" data-tooltip-content={{ctx.Locale.Tr "repo.commits.search.tooltip"}}>{{ctx.Locale.Tr "search.search"}}</button>
8181
</form>
8282
</div>
8383
</h4>

templates/repo/commits_table.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{{if .PageIsCommits}}
1313
<form class="ignore-dirty" action="{{.RepoLink}}/commits/{{.BranchNameSubURL}}/search">
1414
<div class="ui tiny search input">
15-
<input name="q" placeholder="{{ctx.Locale.Tr "repo.commits.search"}}" value="{{.Keyword}}" autofocus>
15+
<input name="q" placeholder="{{ctx.Locale.Tr "search.search_kind" (ctx.Locale.Tr "repo.commits.commits")}}" value="{{.Keyword}}" autofocus>
1616
</div>
1717

1818
<div class="ui tiny checkbox">
1919
<input type="checkbox" name="all" value="true" {{.All}}>
2020
<label>{{ctx.Locale.Tr "repo.commits.search_all"}}</label>
2121
</div>
22-
<button class="ui primary tiny button gt-mr-0" data-panel="#add-deploy-key-panel" data-tooltip-content={{ctx.Locale.Tr "repo.commits.search.tooltip"}}>{{ctx.Locale.Tr "repo.commits.find"}}</button>
22+
<button class="ui primary tiny button gt-mr-0" data-panel="#add-deploy-key-panel" data-tooltip-content={{ctx.Locale.Tr "repo.commits.search.tooltip"}}>{{ctx.Locale.Tr "search.search"}}</button>
2323
</form>
2424
{{else if .IsDiffCompare}}
2525
<a href="{{$.CommitRepoLink}}/commit/{{.BeforeCommitID | PathEscape}}" class="ui green sha label gt-mx-0">{{if not .BaseIsCommit}}{{if .BaseIsBranch}}{{svg "octicon-git-branch"}}{{else if .BaseIsTag}}{{svg "octicon-tag"}}{{end}}{{.BaseBranch}}{{else}}{{ShortSha .BaseBranch}}{{end}}</a>

templates/repo/home.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<div class="ui repo-search">
1616
<form class="ui form ignore-dirty" action="{{.RepoLink}}/search" method="get">
1717
<div class="field">
18-
<div class="ui small action input{{if .CodeIndexerUnavailable}} disabled left icon{{end}}"{{if .CodeIndexerUnavailable}} data-tooltip-content="{{ctx.Locale.Tr "repo.search.code_search_unavailable"}}"{{end}}>
19-
<input name="q" value="{{.Keyword}}"{{if .CodeIndexerUnavailable}} disabled{{end}} placeholder="{{ctx.Locale.Tr "repo.search.search_repo"}}">
18+
<div class="ui small action input{{if .CodeIndexerUnavailable}} disabled left icon{{end}}"{{if .CodeIndexerUnavailable}} data-tooltip-content="{{ctx.Locale.Tr "search.unavailable" (ctx.Locale.Tr "search.kind.code")}}"{{end}}>
19+
<input name="q" value="{{.Keyword}}"{{if .CodeIndexerUnavailable}} disabled{{end}} placeholder="{{ctx.Locale.Tr "search.search_kind" (ctx.Locale.Tr "repository")}}">
2020
{{if .CodeIndexerUnavailable}}
2121
<i class="icon">{{svg "octicon-alert"}}</i>
2222
{{end}}

templates/repo/issue/search.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
{{if .PageIsIssueList}}
1414
<button id="issue-list-quick-goto" class="ui small icon button gt-hidden" data-tooltip-content="{{ctx.Locale.Tr "explore.go_to"}}" data-repo-link="{{.RepoLink}}">{{svg "octicon-hash"}}</button>
1515
{{end}}
16-
<button class="ui small icon button" aria-label="{{ctx.Locale.Tr "explore.search"}}">{{svg "octicon-search"}}</button>
16+
<button class="ui small icon button" aria-label="{{ctx.Locale.Tr "search.search"}}">{{svg "octicon-search"}}</button>
1717
</div>
1818
</form>

0 commit comments

Comments
 (0)