Update mute-block.vue
This commit is contained in:
parent
afc481d3db
commit
35160f602e
|
@ -4,11 +4,11 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
-->
|
||||
|
||||
<template>
|
||||
<div class="_gaps_m">
|
||||
<SearchMarker path="/settings/mute-block" :label="i18n.ts.muteAndBlock" icon="ti ti-ban" :keywords="['mute', 'block']">
|
||||
<div class="_gaps_m">
|
||||
<SearchMarker
|
||||
:locationLabel="[i18n.ts.muteAndBlock]"
|
||||
icon="ti ti-ban"
|
||||
:keywords="['mute', i18n.ts.wordMute]"
|
||||
:label="i18n.ts.wordMute"
|
||||
:keywords="['word']"
|
||||
>
|
||||
<MkFolder>
|
||||
<template #icon><i class="ti ti-message-off"></i></template>
|
||||
|
@ -18,9 +18,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<MkInfo>{{ i18n.ts.wordMuteDescription }}</MkInfo>
|
||||
|
||||
<SearchMarker
|
||||
:locationLabel="[i18n.ts.muteAndBlock, i18n.ts.wordMute]"
|
||||
icon="ti ti-ban"
|
||||
:keywords="['showMutedWord', i18n.ts.showMutedWord]"
|
||||
:label="i18n.ts.showMutedWord"
|
||||
:keywords="['show']"
|
||||
>
|
||||
<MkSwitch v-model="showSoftWordMutedWord">{{ i18n.ts.showMutedWord }}</MkSwitch>
|
||||
</SearchMarker>
|
||||
|
@ -143,7 +142,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
</MkPagination>
|
||||
</MkFolder>
|
||||
</div>
|
||||
</div>
|
||||
</SearchMarker>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
|
Loading…
Reference in New Issue