diff --git a/mobile/lib/generated/intl/messages_en.dart b/mobile/lib/generated/intl/messages_en.dart index 41aa799988..9db6d2d291 100644 --- a/mobile/lib/generated/intl/messages_en.dart +++ b/mobile/lib/generated/intl/messages_en.dart @@ -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"), diff --git a/mobile/lib/generated/l10n.dart b/mobile/lib/generated/l10n.dart index a95e8b035c..479a187c97 100644 --- a/mobile/lib/generated/l10n.dart +++ b/mobile/lib/generated/l10n.dart @@ -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: [], diff --git a/mobile/lib/l10n/intl_en.arb b/mobile/lib/l10n/intl_en.arb index a09d80b36f..2bbf04897c 100644 --- a/mobile/lib/l10n/intl_en.arb +++ b/mobile/lib/l10n/intl_en.arb @@ -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",