diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 12:04:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 12:04:09 +0300 |
| commit | b93e5437bdfa3f5d3c2e3d9cfec896c399728dfc (patch) | |
| tree | 2f727796352c6f57e31191a2158aae82cf5e03ca /src/components/settings_modal/tabs | |
| parent | 64d56e651526acdba402d4fcae7fc6fa919c0319 (diff) | |
manual lint
Diffstat (limited to 'src/components/settings_modal/tabs')
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/theme_tab.vue | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.vue b/src/components/settings_modal/tabs/theme_tab/theme_tab.vue index dfa9a735..ff2fece9 100644 --- a/src/components/settings_modal/tabs/theme_tab/theme_tab.vue +++ b/src/components/settings_modal/tabs/theme_tab/theme_tab.vue @@ -951,14 +951,16 @@ :fallback="currentShadowFallback" /> <div v-if="shadowSelected === 'avatar' || shadowSelected === 'avatarStatus'"> - <i18n-t scope="global" + <i18n-t + scope="global" keypath="settings.style.shadows.filter_hint.always_drop_shadow" tag="p" > <code>filter: drop-shadow()</code> </i18n-t> <p>{{ $t('settings.style.shadows.filter_hint.avatar_inset') }}</p> - <i18n-t scope="global" + <i18n-t + scope="global" keypath="settings.style.shadows.filter_hint.drop_shadow_syntax" tag="p" > @@ -966,7 +968,8 @@ <code>spread-radius</code> <code>inset</code> </i18n-t> - <i18n-t scope="global" + <i18n-t + scope="global" keypath="settings.style.shadows.filter_hint.inset_classic" tag="p" > |
