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:
tshenry
2022-06-08 11:32:54 -07:00
committed by GitHub
parent fd2dbdccdc
commit 7fc11327b7

View File

@ -66,7 +66,7 @@
{{#if advancedVisible}} {{#if advancedVisible}}
<div class="branch"> <div class="branch">
<div class="label">{{i18n "admin.customize.theme.remote_branch"}}</div> <div class="label">{{i18n "admin.customize.theme.remote_branch"}}</div>
{{input value=branch placeholder="master"}} {{input value=branch placeholder="main"}}
</div> </div>
<div class="check-private"> <div class="check-private">