linagora-rse
Version:
10 lines (8 loc) • 557 B
JavaScript
;
angular.module('linagora.esn.contact.import.twitter')
.constant('TWITTER_CONTACT_IMPORT_TYPE', 'twitter')
.constant('TWITTER_CONTACT_IMPORT_MESSAGES', {
ACCOUNT_ERROR: 'Failed to import Twitter followings from @{{account}}, make sure your Twitter account is <a href="/#/controlcenter/accounts">configured</a> correctly',
API_CLIENT_ERROR: 'Failed to import Twitter followings from @{{account}}, there was a problem with the Twitter service',
CONTACT_CLIENT_ERROR: 'Failed to import Twitter followings from @{{account}}'
});