Skip to content

Commit

Permalink
fixup! Feat: cross link app settings to account settings
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Sep 4, 2024
1 parent 4c89b26 commit 209f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ t('mail', 'Add mail account') }}
</NcButton>

<h4>{{ t('mail', 'Account settings') }}</h4>
<h6>{{ t('mail', 'Account settings') }}</h6>

Check failure on line 23 in src/components/AppSettingsMenu.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected indentation of 4 tabs but found 3 tabs
<p>{{ t('mail', 'Settings for:') }}</p>
<li v-for="account in accounts" :key="account.id">

Check failure on line 25 in src/components/AppSettingsMenu.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected indentation of 4 tabs but found 3 tabs
<NcButton v-if="account && account.emailAddress"

Check failure on line 26 in src/components/AppSettingsMenu.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected indentation of 5 tabs but found 4 tabs
Expand Down

0 comments on commit 209f919

Please sign in to comment.