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:
Eidenz 2022-07-14 03:46:28 +02:00 committed by GitHub
parent 20b94ef0bb
commit 1f40fc1de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -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: () {},
);
}),