mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
fix: Replace hardcoded string from Hetzner to Cloudflare for DNS providers page
This commit is contained in:
parent
1e9f1f88a7
commit
854febc5d2
|
@ -194,7 +194,7 @@ class ProviderSelectionPage extends StatelessWidget {
|
||||||
),
|
),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
Text(
|
Text(
|
||||||
'Hetzner Cloud',
|
'Cloudflare',
|
||||||
style: Theme.of(context).textTheme.titleMedium,
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue