Skip to content

Commit

Permalink
translation not needed for irc etc
Browse files Browse the repository at this point in the history
  • Loading branch information
xh3n1 committed Jul 7, 2017
1 parent ad50b33 commit 47412ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions js/services/vCardProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,10 @@ angular.module('contactsApp')
meta:{type:['SKYPE']}
},
options: [
{id: 'IRC', name: t('contacts', 'IRC')},
{id: 'SKYPE', name: t('contacts', 'Skype')},
{id: 'TELEGRAM', name: t('contacts', 'Telegram')}



]
{id: 'IRC', name: 'IRC'},
{id: 'SKYPE', name:'Skype'},
{id: 'TELEGRAM', name:'Telegram'}
]
},
tel: {
multiple: true,
Expand Down

0 comments on commit 47412ff

Please sign in to comment.