mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 13:15:49 -06:00
feat: Renamed translation strings
This commit is contained in:
@@ -26,8 +26,8 @@ class _ApplicationIntroSlideshowState extends State<ApplicationIntroSlideshow> {
|
||||
child: IntroductionScreen(
|
||||
globalBackgroundColor: Theme.of(context).canvasColor,
|
||||
showDoneButton: true,
|
||||
next: Text(S.of(context).onboardingNextButtonLabel),
|
||||
done: Text(S.of(context).onboardingDoneButtonLabel),
|
||||
next: Text(S.of(context).next),
|
||||
done: Text(S.of(context).done),
|
||||
onDone: () => Navigator.pop(context),
|
||||
dotsDecorator: DotsDecorator(
|
||||
color: Theme.of(context).colorScheme.onBackground,
|
||||
|
||||
Reference in New Issue
Block a user