فهرست منبع

Merge pull request #35014 from nextcloud/fix/login-headline

Fix rendering of login headline
John Molakvoæ 1 سال پیش
والد
کامیت
baf74f0aa1
3فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      core/src/components/login/LoginForm.vue
  2. 0 0
      dist/core-login.js
  3. 0 0
      dist/core-login.js.map

+ 2 - 1
core/src/components/login/LoginForm.vue

@@ -52,7 +52,7 @@
 				<!-- the following div ensures that the spinner is always inside the #message div -->
 				<div style="clear: both;" />
 			</div>
-			<h2 class="login-form__headline">{{ t('core', 'Log in to {productName}', { productName: OC.theme.name }) }}</h2>
+			<h2 class="login-form__headline" v-html="headline" />
 			<NcTextField id="user"
 				ref="user"
 				:label="t('core', 'Account name or email')"
@@ -159,6 +159,7 @@ export default {
 			loading: false,
 			timezone: jstz.determine().name(),
 			timezoneOffset: (-new Date().getTimezoneOffset() / 60),
+			headline: t('core', 'Log in to {productName}', { productName: OC.theme.name }),
 			user: '',
 			password: '',
 		}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/core-login.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/core-login.js.map


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است