Skip to content

Commit

Permalink
Removed not needed msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 1, 2022
1 parent 0bd0c72 commit 5e343ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/l10n/intl_en.arb
Expand Up @@ -409,7 +409,6 @@
"paymentSucceed": "Payment succeed. Thank you for your support.",
"paymentError": "Payment could not be completed.",
"donationMsgA": "Your UID will be used to make / restore your purchases.",
"donationMsgB": "By donating you will unlock the dark amoled theme.",
"purchaseMsgA": "Make sure to add a custom suffix to your UID (e.g: 12345678_suffix).",
"purchaseMsgB": "Make sure to remember the used suffix, you will need it later in case you need to restore your purchases.",
"purchaseMsgC": "The custom suffix is recommended for security reasons.",
Expand Down
1 change: 0 additions & 1 deletion lib/presentation/donations/donations_bottom_sheet.dart
Expand Up @@ -79,7 +79,6 @@ class _BodyState extends State<_Body> {
addTooltip: false,
items: [
s.donationMsgA,
s.donationMsgB,
],
),
CommonButtonBar(
Expand Down

0 comments on commit 5e343ba

Please sign in to comment.