summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsuntala <suntala@hotmail.com>2018-09-14 18:16:18 +0200
committersuntala <suntala@hotmail.com>2018-09-14 18:16:18 +0200
commit3f74d42f03a90a26449885d9a999f08c8ed0c172 (patch)
treee65046582c8ee7010824d09eb3702722ed2105c6 /src
parenta8e6135de768cdbbd23bf51d753f36291fa5c0ed (diff)
Add translation to new-addressbook-form placeholder. #605
Diffstat (limited to 'src')
-rw-r--r--src/components/Settings/SettingsNewAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsNewAddressbook.vue b/src/components/Settings/SettingsNewAddressbook.vue
index 35208f22..8127e8a9 100644
--- a/src/components/Settings/SettingsNewAddressbook.vue
+++ b/src/components/Settings/SettingsNewAddressbook.vue
@@ -25,7 +25,7 @@
@submit.prevent.stop="addAddressbook">
<input id="new-addressbook" ref="addressbook" :pattern="addressBookRegex"
class="new-addressbook-input"
- placeholder="Address book name"
+ :placeholder="t('contacts', 'Address book name')"
type="text"
autocomplete="off" autocorrect="off"
spellcheck="false">