Skip to content

Commit 2b964fd

Browse files
committed
fix languages
1 parent 214b2d5 commit 2b964fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,13 @@ video_not_supported_in_browser = Your browser doesn't support HTML5 video tag.
543543
stored_lfs = Stored with Git LFS
544544
commit_graph = Commit graph
545545
546+
branches.overview = Overview
547+
branches.active_branches = Active Branches
548+
branches.stale_branches = Stale Branches
549+
branches.all = All Branches
550+
branches.updated_by = Updated %[1]s by %[2]s
551+
branches.change_default_branch = Change Default Branch
552+
546553
editor.new_file = New file
547554
editor.upload_file = Upload file
548555
editor.edit_file = Edit file

templates/repo/branches/overview.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{template "repo/branches/navbar" .}}
77
</div>
88
<div class="ui top attached header">
9-
{{.i18n.Tr "repo.settings.default_branch"}}
9+
{{.i18n.Tr "repo.default_branch"}}
1010
</div>
1111
<div class="ui attached segment list">
1212
<div class="item ui grid">

0 commit comments

Comments
 (0)