mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 07:14:48 +08:00
COPY: Use main instead of master for theme installation modal (#17044)
GitHub now uses main as the default branch so it makes sense to update the placeholder in the theme installation modal to use main instead of master.
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
{{#if advancedVisible}}
|
||||
<div class="branch">
|
||||
<div class="label">{{i18n "admin.customize.theme.remote_branch"}}</div>
|
||||
{{input value=branch placeholder="master"}}
|
||||
{{input value=branch placeholder="main"}}
|
||||
</div>
|
||||
|
||||
<div class="check-private">
|
||||
|
Reference in New Issue
Block a user