mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Add missing translation tag for search_no_objects (#344)
* feat(mobile) added french translations * fix(mobile) added missing translation tag for search_no_objects (EN,DE,FR) * fix(mobile) renamed search_no_objects to search_page_no_objects
This commit is contained in:
parent
20b94ef0bb
commit
1f40fc1de9
4 changed files with 4 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class SearchPage extends HookConsumerWidget {
|
|||
return ThumbnailWithInfo(
|
||||
imageUrl:
|
||||
'https://images.unsplash.com/photo-1612178537253-bccd437b730e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Ymxhbmt8ZW58MHx8MHx8&auto=format&fit=crop&w=700&q=60',
|
||||
textInfo: 'sarch_no_objects'.tr(),
|
||||
textInfo: 'search_page_no_objects'.tr(),
|
||||
onTap: () {},
|
||||
);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue