Fix wording

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-21 11:56:23 +02:00
parent 7fda82f86a
commit 8f7e303372
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ angular.module('contactsApp')
placeholderName : t('contacts', 'Name'),
placeholderOrg : t('contacts', 'Organization'),
placeholderTitle : t('contacts', 'Title'),
selectField : t('contacts', 'Add field ...'),
selectField : t('contacts', 'Add field '),
download : t('contacts', 'Download'),
delete : t('contacts', 'Delete'),
save : t('contacts', 'Save changes'),
addressBook : t('contacts', 'Address book'),
loading : t('contacts', 'Waiting for the contact list to load...')
loading : t('contacts', 'Loading contacts …')
};
ctrl.fieldDefinitions = vCardPropertiesService.fieldDefinitions;