chore: Follow up search
This commit is contained in:
parent
b20b599ce4
commit
18054aaa66
4 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
|||
icon: const Icon(
|
||||
Icons.arrow_downward_outlined,
|
||||
),
|
||||
label: const Text('Search more...'),
|
||||
label: Text(L10n.of(context)!.searchMore),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ class ChatSearchMessageTab extends StatelessWidget {
|
|||
icon: const Icon(
|
||||
Icons.arrow_downward_outlined,
|
||||
),
|
||||
label: const Text('Search more...'),
|
||||
label: Text(L10n.of(context)!.searchMore),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue