diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 16:00:56 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 16:00:56 +0300 |
| commit | e80e53d9d2b02f12c522f3f3d2fe6ae09739d675 (patch) | |
| tree | fa547fd8fba0a7888b718fe5ac32033ae343e650 /src/components/settings_modal/tabs/theme_tab/preview.vue | |
| parent | 3e0bb91ff2133d4c26e0bd267a82ab5b64b2fa49 (diff) | |
| parent | afcfcce2e61ab5a4be8b618e61572d8eabe4ac7e (diff) | |
Merge branch 'vue3-again' into vue3-no-compat
* vue3-again:
re-fix i18n warnings again
fix qr code
Diffstat (limited to 'src/components/settings_modal/tabs/theme_tab/preview.vue')
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/preview.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/preview.vue b/src/components/settings_modal/tabs/theme_tab/preview.vue index 36613d20..f266b603 100644 --- a/src/components/settings_modal/tabs/theme_tab/preview.vue +++ b/src/components/settings_modal/tabs/theme_tab/preview.vue @@ -29,7 +29,7 @@ {{ $t('settings.style.preview.content') }} </h4> - <i18n-t keypath="settings.style.preview.text"> + <i18n-t scope="global" keypath="settings.style.preview.text"> <code style="font-family: var(--postCodeFont)"> {{ $t('settings.style.preview.mono') }} </code> @@ -76,6 +76,7 @@ keypath="settings.style.preview.fine_print" tag="span" class="faint" + scope="global" > <a style="color: var(--faintLink)"> {{ $t('settings.style.preview.faint_link') }} |
