Skip to content

Commit a905925

Browse files
committed
Gutao
1 parent 4cfb729 commit a905925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/GuidePages/page01.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class _GuidePage01State extends State<GuidePage01> {
1919
backgroundColor: Colors.red,
2020
centerTitle: true,
2121
title: const Text(
22-
'Orçamento Doméstico',
22+
'Receitas e Despesas',
2323
style: TextStyle(fontFamily: 'Bree', color: Colors.white),
2424
),
2525
),

lib/GuidePages/page03.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class _GuidePage03State extends State<GuidePage03> {
1717
backgroundColor: Colors.red,
1818
centerTitle: true,
1919
title: const Text(
20-
'Reserva de Emergência',
20+
'Contas Atrasadas e Gestão',
2121
style: TextStyle(fontFamily: 'Bree', color: Colors.white),
2222
),
2323
),

0 commit comments

Comments
 (0)