File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1904,6 +1904,7 @@ settings.sync_mirror = Synchronize Now
19041904settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check back in a minute.
19051905settings.site = Website
19061906settings.update_settings = Update Settings
1907+ settings.update_mirror_settings = Update Mirror Settings
19071908settings.branches.switch_default_branch = Switch Default Branch
19081909settings.branches.update_default_branch = Update Default Branch
19091910settings.branches.add_new_rule = Add New Rule
Original file line number Diff line number Diff line change 153153 </div>
154154 {{end}}
155155 <div class="field">
156- <button class="ui green button">{{$.locale.Tr "repo.settings.update_settings "}}</button>
156+ <button class="ui green button">{{$.locale.Tr "repo.settings.update_mirror_settings "}}</button>
157157 </div>
158158 </form>
159159 </td>
Original file line number Diff line number Diff line change 55 <h2 class="ui header gt-df gt-ac gt-sb">
66 <span>{{.locale.Tr "repo.wiki.pages"}}</span>
77 <span>
8- {{if and .CanWriteWiki (not .IsRepositoryMirror )}}
8+ {{if and .CanWriteWiki (not .Repository.IsMirror )}}
99 <a class="ui green small button" href="{{.RepoLink}}/wiki?action=_new">{{.locale.Tr "repo.wiki.new_page_button"}}</a>
1010 {{end}}
1111 </span>
You can’t perform that action at this time.
0 commit comments