Skip to content

Commit e482a93

Browse files
committed
change translation to "Git Guide"
1 parent f96d49f commit e482a93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,8 +3419,8 @@ config.disable_gravatar = Disable Gravatar
34193419
config.enable_federated_avatar = Enable Federated Avatars
34203420
config.open_with_editor_app_help = The "Open with" editors for the clone menu. If left empty, the default will be used. Expand to see the default.
34213421
3422-
config.empty_repo_page = Empty Repo Page
3423-
config.empty_repo_page.git_remote_name = Git Remote Name (default: origin)
3422+
config.git_guide = Git Guide
3423+
config.git_guide.remote_name = Git Remote Name
34243424
34253425
config.git_config = Git Configuration
34263426
config.git_disable_diff_highlight = Disable Diff Syntax Highlight

templates/admin/config_settings.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
</div>
4242

4343
<h4 class="ui top attached header">
44-
{{ctx.Locale.Tr "admin.config.empty_repo_page"}}
44+
{{ctx.Locale.Tr "admin.config.git_guide"}}
4545
</h4>
4646
<div class="ui attached segment">
4747
<form class="ui form form-fetch-action" method="post" action="{{AppSubUrl}}/-/admin/config?key={{.SystemConfig.Template.GitRemoteName.DynKey}}">
4848
<div class="field" data-field-patched="true">
49-
<label for="remote_name">{{ctx.Locale.Tr "admin.config.empty_repo_page.git_remote_name"}}</label>
49+
<label for="remote_name">{{ctx.Locale.Tr "admin.config.git_guide.remote_name"}}</label>
5050
<input id="remote_name" name="value" value="{{.SystemConfig.Template.GitRemoteName.Value ctx}}" maxlength="100" dir="auto" required>
5151
</div>
5252
<div class="field">

0 commit comments

Comments
 (0)