Skip to content
Snippets Groups Projects
Commit a30693ca authored by vjrj's avatar vjrj
Browse files

Rename desc to comment in notif web also

parent 647933c2
No related branches found
No related tags found
No related merge requests found
...@@ -94,14 +94,14 @@ class NotificationController { ...@@ -94,14 +94,14 @@ class NotificationController {
{required double amount, {required double amount,
String? to, String? to,
String? from, String? from,
String? description = '', String? comment = '',
required double currentUd, required double currentUd,
required bool isG1}) async { required bool isG1}) async {
final String title = buildTxNotifTitle(from); final String title = buildTxNotifTitle(from);
final String desc = buildTxNotifDescription( final String desc = buildTxNotifDescription(
from: from, from: from,
to: to, to: to,
comment: description, comment: comment,
localeLanguageCode: locale.languageCode, localeLanguageCode: locale.languageCode,
amount: amount, amount: amount,
isG1: isG1, isG1: isG1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment