Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-08-14 16:43:02 +02:00
parent 0b0a0f8f2a
commit ea1910d3a8
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ angular.module('contactsApp')
var ctrl = this;
ctrl.t = {
importingTo : t('contacts', 'Currently importing into'),
importingTo : t('contacts', 'Importing into'),
selectAddressbook : t('contacts', 'Select your addressbook')
};