@ -2540,6 +2540,7 @@
"chat": {}
}
},
"searchMore": "Search more...",
"gallery": "Gallery",
"files": "Files",
"databaseBuildErrorBody": "Unable to build the SQlite database. The app tries to use the legacy database for now. Please report this error to the developers at {url}. The error message is: {error}",
@ -94,7 +94,7 @@ class ChatSearchFilesTab extends StatelessWidget {
icon: const Icon(
Icons.arrow_downward_outlined,
),
label: const Text('Search more...'),
label: Text(L10n.of(context)!.searchMore),
);
@ -103,7 +103,7 @@ class ChatSearchImagesTab extends StatelessWidget {
@ -91,7 +91,7 @@ class ChatSearchMessageTab extends StatelessWidget {