Skip to content

Commit

Permalink
fix: typo in es-US localization (immich-app#12510)
Browse files Browse the repository at this point in the history
Fix typo in es-US localization

search_page_motion_photos string should be 'Fotos en movimiento' not 'Fotos en .ovimiento'
  • Loading branch information
jonathanjsimon authored Sep 10, 2024
1 parent 3127636 commit f2f6713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/assets/i18n/es-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"search_filter_people_title": "Select people",
"search_page_categories": "Categorías",
"search_page_favorites": "Favoritos",
"search_page_motion_photos": "Fotos en .ovimiento",
"search_page_motion_photos": "Fotos en movimiento",
"search_page_no_objects": "No hay información de objetos disponible",
"search_page_no_places": "No hay información de lugares disponible",
"search_page_people": "Personas",
Expand Down Expand Up @@ -589,4 +589,4 @@
"viewer_remove_from_stack": "Eliminar de la pila",
"viewer_stack_use_as_main_asset": "Utilizar como recurso principal",
"viewer_unstack": "Desapilar"
}
}

0 comments on commit f2f6713

Please sign in to comment.