Update API references from OpenExchange to ForexRateAPI in code and documentation

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-19 20:46:58 +01:00
parent fc3cbb0b5d
commit a1f67e71e2
4 changed files with 95 additions and 27 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
),
const SizedBox(height: 16),
const Text(
'OpenExchange API key is configured in code constant openExchangeApiKey.',
'ForexRateAPI key is configured in code constant forexRateApiKey.',
),
],
),