We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047231e commit 938f861Copy full SHA for 938f861
1 file changed
packages/web-runtime/src/pages/oidcCallback.vue
@@ -12,8 +12,8 @@
12
<p v-translate>Please contact the administrator if this error persists.</p>
13
</div>
14
<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>
+ <h3 v-translate class="oc-login-card-title">Logging you in</h3>
+ <p v-translate>Please wait, you are being redirected.</p>
17
18
<div class="oc-login-card-footer">
19
<p>{{ configuration.theme.general.slogan }}</p>
0 commit comments