Fixes typos

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-14 11:49:30 -03:00
commit 60abc1b73e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 5 deletions

View file

@ -139,8 +139,8 @@ angular.module('copayApp.services')
case 'PASSWORD_INCORRECT':
body = gettextCatalog.getString('Wrong spending password');
break;
case 'EXCEEDED_DAYLY_LIMIT':
body = gettextCatalog.getString('Exceeded dayly limit of $500 per user');
case 'EXCEEDED_DAILY_LIMIT':
body = gettextCatalog.getString('Exceeded daily limit of $500 per user');
break;
case 'ERROR':
body = (err.message || err.error);