diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-27 00:02:36 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-27 00:02:36 +0300 |
| commit | 3938ccb8e77afa33ebae2a00b74145399322a060 (patch) | |
| tree | 1e9057b1be1ba365862340bed5febf2e8923a5dc /src | |
| parent | a8e013bd6517edb3a81eb5001e6ab948cb87bedb (diff) | |
lint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/async_component_error/async_component_error.vue | 2 | ||||
| -rw-r--r-- | src/components/settings_modal/settings_modal_content.vue | 20 |
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> |
