diff --git a/app/assets/javascripts/discourse/app/components/modal/create-account.hbs b/app/assets/javascripts/discourse/app/components/modal/create-account.hbs index 8d172440c32..9cf8fb4fdbd 100644 --- a/app/assets/javascripts/discourse/app/components/modal/create-account.hbs +++ b/app/assets/javascripts/discourse/app/components/modal/create-account.hbs @@ -281,7 +281,11 @@ {{loading-spinner size="large"}} {{/if}} - {{#if (and this.hasAtLeastOneLoginButton this.site.desktopView)}} + + {{#if this.hasAtLeastOneLoginButton}} + {{#if this.site.mobileView}} +
+ {{i18n "login.or"}}
{{/if}}