Update copy

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
This commit is contained in:
Neeraj Gupta 2023-11-20 19:24:41 +05:30
parent 3fbf7be3ab
commit 7c4b389ef4
3 changed files with 5 additions and 4 deletions

View file

@ -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')}";

View file

@ -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],

View file

@ -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}",