We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71409f8 commit bad2792Copy full SHA for bad2792
app/lib/service/tx/lib/src/tx_notification.dart
@@ -28,9 +28,9 @@ class TxNotification {
28
);
29
30
factory TxNotification.democracyUpdateProposalState(AppLocalizations l10n) => TxNotification(
31
- title: l10n.democracyUpdatedProposalStateNotificationTitle,
32
- body: l10n.democracyUpdatedProposalStateNotificationBody,
33
- );
+ title: l10n.democracyUpdatedProposalStateNotificationTitle,
+ body: l10n.democracyUpdatedProposalStateNotificationBody,
+ );
34
35
factory TxNotification.democracySubmitProposal(AppLocalizations l10n) => TxNotification(
36
title: l10n.democracySubmitProposalNotificationTitle,
0 commit comments