Neeraj Gupta пре 1 година
родитељ
комит
87b7e2ef2e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/generated/l10n.dart

+ 1 - 1
lib/generated/l10n.dart

@@ -6300,7 +6300,7 @@ class S {
   }
 
   /// `{completed}/{total} memories preserved`
-  String syncProgress(int completed, int total) {
+  String syncProgress(String completed, String total) {
     return Intl.message(
       '$completed/$total memories preserved',
       name: 'syncProgress',