Skip to content

Commit

Permalink
rename settings to Notes settings
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar committed Aug 5, 2022
1 parent 493cf2a commit bf34d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppSettings.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<AppNavigationSettings :title="t('notes', 'Settings')" :class="{ loading: saving }">
<AppNavigationSettings :title="t('notes', 'Notes settings')" :class="{ loading: saving }">
<div class="settings-block">
<p class="settings-hint">
<label for="notesPath">{{ t('notes', 'Folder to store your notes') }}</label>
Expand Down

0 comments on commit bf34d1d

Please sign in to comment.