diff --git a/packages/frontend/src/pages/settings/mute-block.vue b/packages/frontend/src/pages/settings/mute-block.vue index 4883ca0df4..e3bbf38ae1 100644 --- a/packages/frontend/src/pages/settings/mute-block.vue +++ b/packages/frontend/src/pages/settings/mute-block.vue @@ -4,125 +4,125 @@ SPDX-License-Identifier: AGPL-3.0-only --> - - - - {{ i18n.ts.wordMute }} + + + + {{ i18n.ts.wordMute }} - - + + - - - {{ i18n.ts.hardWordMute }} + + + {{ i18n.ts.hardWordMute }} - - + + - - - {{ i18n.ts.instanceMute }} + + + {{ i18n.ts.instanceMute }} - - + + - - - {{ i18n.ts.mutedUsers }} ({{ i18n.ts.renote }}) + + + {{ i18n.ts.mutedUsers }} ({{ i18n.ts.renote }}) - - - - - {{ i18n.ts.noUsers }} - - + + + + + {{ i18n.ts.noUsers }} + + - - - - - - - - - - - - Muted at: - - - - - - + + + + + + + + + + + + Muted at: + + + + + + - - - {{ i18n.ts.mutedUsers }} + + + {{ i18n.ts.mutedUsers }} - - - - - {{ i18n.ts.noUsers }} - - + + + + + {{ i18n.ts.noUsers }} + + - - - - - - - - - - - - Muted at: - Period: {{ new Date(item.expiresAt).toLocaleString() }} - Period: {{ i18n.ts.indefinitely }} - - - - - - + + + + + + + + + + + + Muted at: + Period: {{ new Date(item.expiresAt).toLocaleString() }} + Period: {{ i18n.ts.indefinitely }} + + + + + + - - - {{ i18n.ts.blockedUsers }} + + + {{ i18n.ts.blockedUsers }} - - - - - {{ i18n.ts.noUsers }} - - + + + + + {{ i18n.ts.noUsers }} + + - - - - - - - - - - - - Blocked at: - Period: {{ new Date(item.expiresAt).toLocaleString() }} - Period: {{ i18n.ts.indefinitely }} - - - - - - - + + + + + + + + + + + + Blocked at: + Period: {{ new Date(item.expiresAt).toLocaleString() }} + Period: {{ i18n.ts.indefinitely }} + + + + + + + diff --git a/packages/frontend/src/pages/settings/mute-block.word-mute.vue b/packages/frontend/src/pages/settings/mute-block.word-mute.vue index 9e0f92030f..0e8bc702dd 100644 --- a/packages/frontend/src/pages/settings/mute-block.word-mute.vue +++ b/packages/frontend/src/pages/settings/mute-block.word-mute.vue @@ -4,15 +4,15 @@ SPDX-License-Identifier: AGPL-3.0-only --> - - - - {{ i18n.ts._wordMute.muteWords }} - {{ i18n.ts._wordMute.muteWordsDescription }}{{ i18n.ts._wordMute.muteWordsDescription2 }} - - - {{ i18n.ts.save }} - + + + + {{ i18n.ts._wordMute.muteWords }} + {{ i18n.ts._wordMute.muteWordsDescription }}{{ i18n.ts._wordMute.muteWordsDescription2 }} + + + {{ i18n.ts.save }} +