Skip to content

Commit 938f861

Browse files
committed
Change login message
1 parent 047231e commit 938f861

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web-runtime/src/pages/oidcCallback.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<p v-translate>Please contact the administrator if this error persists.</p>
1313
</div>
1414
<div v-show="!error" class="oc-login-card-body">
15-
<h3 v-translate class="oc-login-card-title">Redirecting</h3>
16-
<p v-translate>Please wait a while. You are being redirected.</p>
15+
<h3 v-translate class="oc-login-card-title">Logging you in</h3>
16+
<p v-translate>Please wait, you are being redirected.</p>
1717
</div>
1818
<div class="oc-login-card-footer">
1919
<p>{{ configuration.theme.general.slogan }}</p>

0 commit comments

Comments
 (0)