diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-09 08:08:28 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-09 08:08:28 +0900 |
| commit | b40f5b9021e7ac4854835c6fea707d8a25eea42b (patch) | |
| tree | 0fc07b3b1c43ac6bab08081d951ed5d9cbb13ff1 | |
| parent | refactor (diff) | |
| download | sharkey-b40f5b9021e7ac4854835c6fea707d8a25eea42b.tar.gz sharkey-b40f5b9021e7ac4854835c6fea707d8a25eea42b.tar.bz2 sharkey-b40f5b9021e7ac4854835c6fea707d8a25eea42b.zip | |
fix typo
| -rw-r--r-- | packages/frontend/src/pages/settings/preferences.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/pages/settings/preferences.vue b/packages/frontend/src/pages/settings/preferences.vue index df54534b2c..f96accf68a 100644 --- a/packages/frontend/src/pages/settings/preferences.vue +++ b/packages/frontend/src/pages/settings/preferences.vue @@ -540,7 +540,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkPreferenceContainer k="useBlurEffect"> <MkSwitch v-model="useBlurEffect"> <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> </MkPreferenceContainer> </SearchMarker> @@ -549,7 +549,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkPreferenceContainer k="useBlurEffectForModal"> <MkSwitch v-model="useBlurEffectForModal"> <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> </MkPreferenceContainer> </SearchMarker> @@ -558,7 +558,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkPreferenceContainer k="useStickyIcons"> <MkSwitch v-model="useStickyIcons"> <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> </MkPreferenceContainer> </SearchMarker> |