From b50c1ef9a5553cd4c755686c3b6c37b231de5a20 Mon Sep 17 00:00:00 2001 From: Insert5StarName Date: Sun, 1 Oct 2023 00:46:42 +0200 Subject: upd: fix rest of icons --- .../frontend/src/components/MkUserSetupDialog.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'packages/frontend/src/components/MkUserSetupDialog.vue') diff --git a/packages/frontend/src/components/MkUserSetupDialog.vue b/packages/frontend/src/components/MkUserSetupDialog.vue index aa60988436..0ec42a4a7c 100644 --- a/packages/frontend/src/components/MkUserSetupDialog.vue +++ b/packages/frontend/src/components/MkUserSetupDialog.vue @@ -35,10 +35,10 @@ SPDX-License-Identifier: AGPL-3.0-only
- +
{{ i18n.ts._initialAccountSetting.accountCreated }}
{{ i18n.ts._initialAccountSetting.letsStartAccountSetup }}
- {{ i18n.ts._initialAccountSetting.profileSetting }} + {{ i18n.ts._initialAccountSetting.profileSetting }} {{ i18n.ts.later }}
@@ -49,8 +49,8 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.goBack }} - {{ i18n.ts.continue }} + {{ i18n.ts.goBack }} + {{ i18n.ts.continue }}
@@ -60,8 +60,8 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.goBack }} - {{ i18n.ts.continue }} + {{ i18n.ts.goBack }} + {{ i18n.ts.continue }}
@@ -73,8 +73,8 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.goBack }} - {{ i18n.ts.continue }} + {{ i18n.ts.goBack }} + {{ i18n.ts.continue }}
@@ -88,8 +88,8 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.t('_initialAccountSetting.pushNotificationDescription', { name: instance.name ?? host }) }}
- {{ i18n.ts.goBack }} - {{ i18n.ts.continue }} + {{ i18n.ts.goBack }} + {{ i18n.ts.continue }}
@@ -110,7 +110,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.t('_initialAccountSetting.haveFun', { name: instance.name ?? host }) }}
- {{ i18n.ts.goBack }} + {{ i18n.ts.goBack }} {{ i18n.ts.close }}
-- cgit v1.2.3-freya