mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +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),
|
||||
Text(
|
||||
'Hetzner Cloud',
|
||||
'Cloudflare',
|
||||
style: Theme.of(context).textTheme.titleMedium,
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue