Skip to content

Commit

Permalink
Change payment received text to be consistent with other titles
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Nov 25, 2024
1 parent 29ce50c commit 3ab1857
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class PaymentReceivedContent extends StatelessWidget {
Padding(
padding: const EdgeInsets.symmetric(horizontal: 16.0),
child: Text(
texts.successful_payment_received,
// TODO(erdemyerebasmaz): Add these messages to Breez-Translations
'Payment Received',
style: themeData.dialogTheme.titleTextStyle!.copyWith(
fontSize: 24.0,
color: themeData.isLightTheme ? null : Colors.white,
Expand Down

0 comments on commit 3ab1857

Please sign in to comment.