fix: Replace hardcoded string from Hetzner to Cloudflare for DNS providers page

pull/213/head
NaiJi ✨ 2023-04-26 14:35:57 -03:00
parent 1e9f1f88a7
commit 854febc5d2
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class ProviderSelectionPage extends StatelessWidget {
),
const SizedBox(width: 16),
Text(
'Hetzner Cloud',
'Cloudflare',
style: Theme.of(context).textTheme.titleMedium,
),
],