summaryrefslogtreecommitdiffstats
path: root/src/views
diff options
context:
space:
mode:
authorTarun Samanta <tarunsamanta77@gmail.com>2023-04-24 03:41:43 +0530
committerRichard Steinmetz <richard@steinmetz.cloud>2023-04-27 08:20:57 +0200
commit1505b810b58364448af4e1f7859ca274b5470686 (patch)
treeca88f0727c4381b10dc19c72e35994350179583b /src/views
parentc4247a66112b2540aec4e1295b73fdaaddbeda49 (diff)
fixed - Change New contact to Name
Signed-off-by: Tarun Samanta <tarunsamanta77@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Contacts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Contacts.vue b/src/views/Contacts.vue
index e24ca01c..15336610 100644
--- a/src/views/Contacts.vue
+++ b/src/views/Contacts.vue
@@ -286,7 +286,7 @@ export default {
`.trim().replace(/\t/gm, ''),
this.defaultAddressbook)
- contact.fullName = t('contacts', 'New contact')
+ contact.fullName = t('contacts', 'Name')
rev.fromUnixTime(Date.now() / 1000)
contact.rev = rev