Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -381,7 +381,7 @@ class NoHealthDataNoPermissionPage extends StatelessWidget { | @@ -381,7 +381,7 @@ class NoHealthDataNoPermissionPage extends StatelessWidget { | ||
| 381 | child: GuideCommonScaffold( | 381 | child: GuideCommonScaffold( |
| 382 | onBackPressed: Get.back, | 382 | onBackPressed: Get.back, |
| 383 | bottom: OnboardingBottomButton( | 383 | bottom: OnboardingBottomButton( |
| 384 | - label: context.l10n.noHealthDataGoToSettings, | 384 | + label: context.l10n.continueButton, |
| 385 | enabled: true, | 385 | enabled: true, |
| 386 | onPressed: () { | 386 | onPressed: () { |
| 387 | onRequest?.call(); | 387 | onRequest?.call(); |
| @@ -63,7 +63,7 @@ class TodayHealthDataAuthCard extends StatelessWidget { | @@ -63,7 +63,7 @@ class TodayHealthDataAuthCard extends StatelessWidget { | ||
| 63 | child: Padding( | 63 | child: Padding( |
| 64 | padding: const EdgeInsets.symmetric(vertical: 20), | 64 | padding: const EdgeInsets.symmetric(vertical: 20), |
| 65 | child: Text( | 65 | child: Text( |
| 66 | - l10n.todayHealthDataAuthAction, | 66 | + l10n.continueButton, |
| 67 | style: TextStyle( | 67 | style: TextStyle( |
| 68 | color: colors.primary, | 68 | color: colors.primary, |
| 69 | fontSize: 12, | 69 | fontSize: 12, |
-
Please register or login to post a comment