You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-10 23:22:22 +02:00
fix(mobile): fix translations on search page (#14533)
* Update en-US.json * Update search.page.dart
This commit is contained in:
@@ -680,7 +680,7 @@ class SearchEmptyContent extends StatelessWidget {
|
||||
const SizedBox(height: 16),
|
||||
Center(
|
||||
child: Text(
|
||||
"Search for your photos and videos",
|
||||
'search_page_search_photos_videos'.tr(),
|
||||
style: context.textTheme.labelLarge,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user