Update copy
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
This commit is contained in:
parent
3fbf7be3ab
commit
7c4b389ef4
3 changed files with 5 additions and 4 deletions
2
lib/generated/intl/messages_en.dart
generated
2
lib/generated/intl/messages_en.dart
generated
|
@ -138,7 +138,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static String m40(userEmail) =>
|
||||
"${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
|
||||
|
||||
static String m41(endDate) => "Renews on ${endDate}";
|
||||
static String m41(endDate) => "Subscription renews on ${endDate}";
|
||||
|
||||
static String m65(count) =>
|
||||
"${Intl.plural(count, one: '${count} result found', other: '${count} results found')}";
|
||||
|
|
5
lib/generated/l10n.dart
generated
5
lib/generated/l10n.dart
generated
|
@ -1,6 +1,7 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
|
||||
import 'intl/messages_all.dart';
|
||||
|
||||
// **************************************************************************
|
||||
|
@ -3894,10 +3895,10 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `Renews on {endDate}`
|
||||
/// `Subscription renews on {endDate}`
|
||||
String renewsOn(Object endDate) {
|
||||
return Intl.message(
|
||||
'Renews on $endDate',
|
||||
'Subscription renews on $endDate',
|
||||
name: 'renewsOn',
|
||||
desc: '',
|
||||
args: [endDate],
|
||||
|
|
|
@ -555,7 +555,7 @@
|
|||
"type": "text"
|
||||
},
|
||||
"faqs": "FAQs",
|
||||
"renewsOn": "Renews on {endDate}",
|
||||
"renewsOn": "Subscription renews on {endDate}",
|
||||
"freeTrialValidTill": "Free trial valid till {endDate}",
|
||||
"validTill": "Valid till {endDate}",
|
||||
"addOnValidTill": "Your {storageAmount} add-on is valid till {endDate}",
|
||||
|
|
Loading…
Add table
Reference in a new issue