@@ -257,11 +257,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
257
257
child: Column (
258
258
crossAxisAlignment: CrossAxisAlignment .start,
259
259
children: [
260
- Text (
261
- context.l10n.userContentLimitsTab,
262
- style: Theme .of (context).textTheme.headlineSmall,
263
- ),
264
- const SizedBox (height: AppSpacing .md),
265
260
Text (
266
261
context.l10n.userContentLimitsDescription,
267
262
style: Theme .of (context).textTheme.bodySmall? .copyWith (
@@ -339,11 +334,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
339
334
child: Column (
340
335
crossAxisAlignment: CrossAxisAlignment .start,
341
336
children: [
342
- Text (
343
- context.l10n.adSettingsTab,
344
- style: Theme .of (context).textTheme.headlineSmall,
345
- ),
346
- const SizedBox (height: AppSpacing .md),
347
337
Text (
348
338
context.l10n.adSettingsDescription,
349
339
style: Theme .of (context).textTheme.bodySmall? .copyWith (
@@ -424,11 +414,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
424
414
child: Column (
425
415
crossAxisAlignment: CrossAxisAlignment .start,
426
416
children: [
427
- Text (
428
- context.l10n.inAppPromptsTab,
429
- style: Theme .of (context).textTheme.headlineSmall,
430
- ),
431
- const SizedBox (height: AppSpacing .md),
432
417
Text (
433
418
context.l10n.inAppPromptsDescription,
434
419
style: Theme .of (context).textTheme.bodySmall? .copyWith (
@@ -491,11 +476,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
491
476
child: Column (
492
477
crossAxisAlignment: CrossAxisAlignment .start,
493
478
children: [
494
- Text (
495
- context.l10n.appOperationalStatusTab,
496
- style: Theme .of (context).textTheme.headlineSmall,
497
- ),
498
- const SizedBox (height: AppSpacing .md),
499
479
Text (
500
480
context.l10n.appOperationalStatusWarning,
501
481
style: Theme .of (context).textTheme.bodyMedium? .copyWith (
@@ -560,11 +540,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
560
540
child: Column (
561
541
crossAxisAlignment: CrossAxisAlignment .start,
562
542
children: [
563
- Text (
564
- context.l10n.forceUpdateConfigurationTitle,
565
- style: Theme .of (context).textTheme.headlineSmall,
566
- ),
567
- const SizedBox (height: AppSpacing .md),
568
543
Text (
569
544
context.l10n.forceUpdateDescription,
570
545
style: Theme .of (context).textTheme.bodySmall? .copyWith (
0 commit comments