Skip to content

Commit

Permalink
fix: translation
Browse files Browse the repository at this point in the history
  • Loading branch information
daledah committed Dec 19, 2024
1 parent d667407 commit b6d8698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4536,7 +4536,7 @@ const translations = {
searchResults: {
emptyResults: {
title: 'Nothing to show',
subtitle: 'Try adjusting your search criteria or try creating something with the green + button.',
subtitle: 'Try adjusting your search criteria or creating something with the green + button.',
},
emptyExpenseResults: {
title: "You haven't created any expenses yet",
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4585,7 +4585,7 @@ const translations = {
searchResults: {
emptyResults: {
title: 'No hay nada que ver aquí',
subtitle: 'Intenta ajustar tus criterios de búsqueda o intenta crear algo con el botón verde.',
subtitle: 'Intenta ajustar tus criterios de búsqueda o crear algo con el botón verde +.',
},
emptyExpenseResults: {
title: 'Aún no has creado ningún gasto',
Expand Down

0 comments on commit b6d8698

Please sign in to comment.