Skip to content

Commit

Permalink
Adding advise message
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoazvd17 committed Nov 30, 2023
1 parent cb93038 commit 5e82712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class ContactTab extends StatelessWidget {
style: Theme.of(context).textTheme.titleMedium,
),
),
Row(children: [Text(AppLocalizations.of(context)!.adviseMessage)])
],
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class MyProjectsTab extends StatelessWidget {
style: Theme.of(context).textTheme.titleMedium,
),
),
Row(children: [Text(AppLocalizations.of(context)!.adviseMessage)])
],
);
}
Expand Down

0 comments on commit 5e82712

Please sign in to comment.