diff --git a/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue b/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue
index 2b4a764c7..20ec4ccb2 100644
--- a/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue
+++ b/src/components/AppNavigation/Settings/SettingsNewAddressbook.vue
@@ -31,7 +31,7 @@
ref="addressbook"
v-model="displayName"
:disabled="loading"
- :placeholder="t('contacts', 'Address book name')"
+ :placeholder="t('contacts', 'Enter new address book name')"
:pattern="addressBookRegex"
class="new-addressbook-input"
type="text"
diff --git a/src/components/AppNavigation/SettingsSection.vue b/src/components/AppNavigation/SettingsSection.vue
index 93b50e14f..f4db91cd2 100644
--- a/src/components/AppNavigation/SettingsSection.vue
+++ b/src/components/AppNavigation/SettingsSection.vue
@@ -33,11 +33,15 @@
{{ t('contacts', '(refreshed once per week)') }}
+