feat: improve sms scan review and detail layouts
This commit is contained in:
@@ -457,6 +457,13 @@ class AppLocalizations {
|
||||
String get foundSubscription =>
|
||||
_localizedStrings['foundSubscription'] ?? 'Found subscription';
|
||||
String get serviceName => _localizedStrings['serviceName'] ?? 'Service Name';
|
||||
String get latestSmsMessage =>
|
||||
_localizedStrings['latestSmsMessage'] ?? 'Latest SMS message';
|
||||
String smsDetectedDate(String date) {
|
||||
final template = _localizedStrings['smsDetectedDate'] ?? 'Detected on @';
|
||||
return template.replaceAll('@', date);
|
||||
}
|
||||
|
||||
String get nextBillingDateLabel =>
|
||||
_localizedStrings['nextBillingDateLabel'] ?? 'Next Billing Date';
|
||||
String get category => _localizedStrings['category'] ?? 'Category';
|
||||
|
||||
Reference in New Issue
Block a user