[mob] Fixed typo

This commit is contained in:
Neeraj Gupta
2024-08-26 13:34:38 +05:30
committed by Neeraj Gupta
parent 0a93ce0a46
commit 95a7d9288d
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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