Skip to content

Commit

Permalink
chore(#43) : fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Jul 8, 2023
1 parent eb7017f commit d183c85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/app/pages/child_details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ class _ChildDetailsPageState extends State<ChildDetailsPage> {
SliverList(
delegate: SliverChildListDelegate([
HeaderWidget(
title: AppLocalizations.of(context)
.enterThisCodeOnTheChildDevice,
title: AppLocalizations.of(context).enterThisCode,
subtitle: AppLocalizations.of(context)
.longPressToCopyOrDoubleTapToShare,
),
Expand Down

0 comments on commit d183c85

Please sign in to comment.