TF-3181 Display contact support button on web app

(cherry picked from commit cfc027522962fbf7092c8a15876d6c61f0aca6fc)
This commit is contained in:
dab246
2024-12-06 00:39:59 +07:00
committed by Dat H. Pham
parent e54fd73d58
commit 129d5f5fa8
11 changed files with 113 additions and 16 deletions
@@ -4273,4 +4273,11 @@ class AppLocalizations {
name: 'createTwakeIdFailed',
);
}
String get getHelpOrReportABug {
return Intl.message(
'Get help or report a bug',
name: 'getHelpOrReportABug',
);
}
}