فهرست منبع

Update copy

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
Neeraj Gupta 1 سال پیش
والد
کامیت
7c4b389ef4
3فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 1
      lib/generated/intl/messages_en.dart
  2. 3 2
      lib/generated/l10n.dart
  3. 1 1
      lib/l10n/intl_en.arb

+ 1 - 1
lib/generated/intl/messages_en.dart

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

+ 3 - 2
lib/generated/l10n.dart

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

+ 1 - 1
lib/l10n/intl_en.arb

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