New fee level: Urgent

This commit is contained in:
Gustavo Maximiliano Cortez 2017-03-06 16:38:16 -03:00
commit 860265fb48
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@ angular.module('copayApp.services').factory('feeService', function($log, $stateP
// Constant fee options to translate
root.feeOpts = {
urgent: gettext('Urgent'),
priority: gettext('Priority'),
normal: gettext('Normal'),
economy: gettext('Economy'),