Update API key references from EXCHANGE_RATE_API_KEY to FOREX_RATE_API_KEY in configuration and code
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -198,7 +198,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
const Text(
|
||||
'ExchangeratesAPI key is loaded from .env (EXCHANGE_RATE_API_KEY).',
|
||||
'ForexRateAPI key is loaded from .env (FOREX_RATE_API_KEY).',
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user