Better importing wording

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-08-09 15:40:36 +02:00
parent 5aed74a5c8
commit 8cce875187
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ angular.module('contactsApp')
ctrl.t = {
importText : t('contacts', 'Import into'),
importingText : t('contacts', 'Importing'),
importingText : t('contacts', 'Importing...'),
selectAddressbook : t('contacts', 'Select your addressbook')
};