🌐 Complete translations

This commit is contained in:
2025-01-29 20:32:56 +08:00
parent 73b82f65e4
commit aa4c04d4ef
4 changed files with 12 additions and 10 deletions

View File

@ -38,9 +38,11 @@ class _NotificationScreenState extends State<NotificationScreen> {
static const Map<String, IconData> kNotificationTopicIcons = {
'passport.security.alert': Symbols.gpp_maybe,
'passport.security.otp': Symbols.password,
'interactive.subscription': Symbols.subscriptions,
'interactive.feedback': Symbols.add_reaction,
'messaging.callStart': Symbols.call_received,
'wallet.transaction.new': Symbols.receipt,
};
Future<void> _fetchNotifications() async {

View File

@ -265,8 +265,6 @@ class _CreateWalletWidgetState extends State<_CreateWalletWidget> {
const Gap(12),
Text('walletCreate', style: Theme.of(context).textTheme.titleLarge).tr(),
Text('walletCreateSubtitle', style: Theme.of(context).textTheme.bodyMedium).tr(),
const Gap(4),
Text('walletCreateTerms', style: Theme.of(context).textTheme.bodySmall).tr(),
const Gap(8),
Align(
alignment: Alignment.centerRight,