Merge pull request #3333 from tarunsamanta2k20/tarun_samanta/#3319

fixed - Change New contact to Name
This commit is contained in:
Richard Steinmetz 2023-04-27 08:23:05 +02:00 committed by GitHub
commit 3cd4e113a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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