diff options
author | mildis <me@mildis.org> | 2019-06-06 15:54:42 +0200 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-06-06 17:39:20 -0700 |
commit | 68b00004d20c565dc65fb38f47c147c231907330 (patch) | |
tree | ef3d78c669ca98f0aa005b36b43dd0b700b33b12 /app/Model | |
parent | 9eb42aae335ed8f5f5e9e8efb11ac71155ca3e81 (diff) |
add bitcoin to the currency list
bitcoin is referenced using its financial symbol XBT
description is with a lowercase b because its about
the unit, not the trading system
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/CurrencyModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index 6f009f61..4d77f052 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -49,6 +49,7 @@ class CurrencyModel extends Base 'ARS' => t('ARS - Argentine Peso'), 'COP' => t('COP - Colombian Peso'), 'BRL' => t('BRL - Brazilian Real'), + 'XBT' => t('XBT - bitcoin'), ); } |