use gettext
This commit is contained in:
parent
12ad60c675
commit
867d315ad4
1 changed files with 4 additions and 4 deletions
|
|
@ -5,10 +5,10 @@ angular.module('copayApp.services').factory('feeService', function($log, $stateP
|
|||
|
||||
// Constant fee options to translate
|
||||
root.feeOpts = {
|
||||
priority: gettextCatalog.getString('Priority'),
|
||||
normal: gettextCatalog.getString('Normal'),
|
||||
economy: gettextCatalog.getString('Economy'),
|
||||
superEconomy: gettextCatalog.getString('Super Economy')
|
||||
priority: gettext('Priority'),
|
||||
normal: gettext('Normal'),
|
||||
economy: gettext('Economy'),
|
||||
superEconomy: gettext('Super Economy')
|
||||
};
|
||||
|
||||
root.getCurrentFeeLevel = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue