summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/CurrencyModel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php
index aafe1af5..de8c633e 100644
--- a/app/Model/CurrencyModel.php
+++ b/app/Model/CurrencyModel.php
@@ -45,7 +45,7 @@ class CurrencyModel extends Base
'CNY' => t('CNY - Chinese Yuan'),
'TRL' => t('TRL - Turkish Lira'),
'HRK' => t('HRK - Kuna'),
- 'ARS' => t('ARS - Argetinian Peso'),
+ 'ARS' => t('ARS - Argentine Peso'),
'COP' => t('COP - Colombian Peso'),
);
}