mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 13:45:56 +02:00
fix typo
This commit is contained in:
@@ -540,7 +540,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
<MkPreferenceContainer k="useBlurEffect">
|
<MkPreferenceContainer k="useBlurEffect">
|
||||||
<MkSwitch v-model="useBlurEffect">
|
<MkSwitch v-model="useBlurEffect">
|
||||||
<template #label><SearchLabel>{{ i18n.ts.useBlurEffect }}</SearchLabel></template>
|
<template #label><SearchLabel>{{ i18n.ts.useBlurEffect }}</SearchLabel></template>
|
||||||
<template #caption><SearchLabel>{{ i18n.ts.turnOffToImprovePerformance }}</SearchLabel></template>
|
<template #caption><SearchKeyword>{{ i18n.ts.turnOffToImprovePerformance }}</SearchKeyword></template>
|
||||||
</MkSwitch>
|
</MkSwitch>
|
||||||
</MkPreferenceContainer>
|
</MkPreferenceContainer>
|
||||||
</SearchMarker>
|
</SearchMarker>
|
||||||
@@ -549,7 +549,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
<MkPreferenceContainer k="useBlurEffectForModal">
|
<MkPreferenceContainer k="useBlurEffectForModal">
|
||||||
<MkSwitch v-model="useBlurEffectForModal">
|
<MkSwitch v-model="useBlurEffectForModal">
|
||||||
<template #label><SearchLabel>{{ i18n.ts.useBlurEffectForModal }}</SearchLabel></template>
|
<template #label><SearchLabel>{{ i18n.ts.useBlurEffectForModal }}</SearchLabel></template>
|
||||||
<template #caption><SearchLabel>{{ i18n.ts.turnOffToImprovePerformance }}</SearchLabel></template>
|
<template #caption><SearchKeyword>{{ i18n.ts.turnOffToImprovePerformance }}</SearchKeyword></template>
|
||||||
</MkSwitch>
|
</MkSwitch>
|
||||||
</MkPreferenceContainer>
|
</MkPreferenceContainer>
|
||||||
</SearchMarker>
|
</SearchMarker>
|
||||||
@@ -558,7 +558,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
<MkPreferenceContainer k="useStickyIcons">
|
<MkPreferenceContainer k="useStickyIcons">
|
||||||
<MkSwitch v-model="useStickyIcons">
|
<MkSwitch v-model="useStickyIcons">
|
||||||
<template #label><SearchLabel>{{ i18n.ts._settings.useStickyIcons }}</SearchLabel></template>
|
<template #label><SearchLabel>{{ i18n.ts._settings.useStickyIcons }}</SearchLabel></template>
|
||||||
<template #caption><SearchLabel>{{ i18n.ts.turnOffToImprovePerformance }}</SearchLabel></template>
|
<template #caption><SearchKeyword>{{ i18n.ts.turnOffToImprovePerformance }}</SearchKeyword></template>
|
||||||
</MkSwitch>
|
</MkSwitch>
|
||||||
</MkPreferenceContainer>
|
</MkPreferenceContainer>
|
||||||
</SearchMarker>
|
</SearchMarker>
|
||||||
|
|||||||
Reference in New Issue
Block a user