aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/async_component_error/async_component_error.vue2
-rw-r--r--src/components/settings_modal/settings_modal_content.vue20
2 files changed, 11 insertions, 11 deletions
diff --git a/src/components/async_component_error/async_component_error.vue b/src/components/async_component_error/async_component_error.vue
index 66b3fb53..b68b98f9 100644
--- a/src/components/async_component_error/async_component_error.vue
+++ b/src/components/async_component_error/async_component_error.vue
@@ -10,7 +10,7 @@
<button
class="btn"
@click="retry"
- >
+ >
{{ $t('general.retry') }}
</button>
</div>
diff --git a/src/components/settings_modal/settings_modal_content.vue b/src/components/settings_modal/settings_modal_content.vue
index 3e06148f..8b83e48c 100644
--- a/src/components/settings_modal/settings_modal_content.vue
+++ b/src/components/settings_modal/settings_modal_content.vue
@@ -4,51 +4,51 @@
class="settings_tab-switcher"
:side-tab-bar="true"
:scrollable-tabs="true"
- >
+ >
<div
:label="$t('settings.general')"
icon="wrench"
- >
+ >
<GeneralTab />
</div>
<div
v-if="isLoggedIn"
:label="$t('settings.profile_tab')"
icon="user"
- >
+ >
<ProfileTab />
</div>
<div
v-if="isLoggedIn"
:label="$t('settings.security_tab')"
icon="lock"
- >
+ >
<SecurityTab />
</div>
<div
:label="$t('settings.filtering')"
icon="filter"
- >
+ >
<FilteringTab />
</div>
<div
:label="$t('settings.theme')"
icon="brush"
- >
+ >
<ThemeTab />
</div>
<div
v-if="isLoggedIn"
:label="$t('settings.notifications')"
icon="chat"
- >
+ >
<NotificationsTab />
</div>
<div
v-if="isLoggedIn"
:label="$t('settings.data_import_export_tab')"
icon="download"
- >
+ >
<DataImportExportTab />
</div>
<div
@@ -57,13 +57,13 @@
:fullHeight="true"
class="full-height"
icon="eye-off"
- >
+ >
<MutesAndBlocksTab />
</div>
<div
:label="$t('settings.version.title')"
icon="info-circled"
- >
+ >
<VersionTab />
</div>
</tab-switcher>