diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Model | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/CurrencyModel.php | 2 |
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'), ); } |