[mob] Fixed typo
This commit is contained in:
committed by
Neeraj Gupta
parent
0a93ce0a46
commit
95a7d9288d
2
mobile/lib/generated/intl/messages_en.dart
generated
2
mobile/lib/generated/intl/messages_en.dart
generated
@@ -1644,7 +1644,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage("View all EXIF data"),
|
||||
"viewLargeFiles": MessageLookupByLibrary.simpleMessage("Large files"),
|
||||
"viewLargeFilesDesc": MessageLookupByLibrary.simpleMessage(
|
||||
"View files that are consuming the most amount of storage"),
|
||||
"View files that are consuming the most amount of storage."),
|
||||
"viewLogs": MessageLookupByLibrary.simpleMessage("View logs"),
|
||||
"viewRecoveryKey":
|
||||
MessageLookupByLibrary.simpleMessage("View recovery key"),
|
||||
|
||||
4
mobile/lib/generated/l10n.dart
generated
4
mobile/lib/generated/l10n.dart
generated
@@ -3602,10 +3602,10 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `View files that are consuming the most amount of storage`
|
||||
/// `View files that are consuming the most amount of storage.`
|
||||
String get viewLargeFilesDesc {
|
||||
return Intl.message(
|
||||
'View files that are consuming the most amount of storage',
|
||||
'View files that are consuming the most amount of storage.',
|
||||
name: 'viewLargeFilesDesc',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
||||
@@ -496,7 +496,7 @@
|
||||
"removeDuplicates": "Remove duplicates",
|
||||
"removeDuplicatesDesc": "Review and remove files that are exact duplicates.",
|
||||
"viewLargeFiles": "Large files",
|
||||
"viewLargeFilesDesc": "View files that are consuming the most amount of storage",
|
||||
"viewLargeFilesDesc": "View files that are consuming the most amount of storage.",
|
||||
"noDuplicates": "✨ No duplicates",
|
||||
"youveNoDuplicateFilesThatCanBeCleared": "You've no duplicate files that can be cleared",
|
||||
"success": "Success",
|
||||
|
||||
Reference in New Issue
Block a user