Skip to content

Commit

Permalink
Update translates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Jan 3, 2024
1 parent 6ce3bce commit bc0b7a1
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 @@ -470,7 +470,7 @@ export default {
usePlusButton: ({additionalText}: UsePlusButtonParams) => `\n\nYou can also use the + button to ${additionalText}, or assign a task!`,
iouTypes: {
send: 'send money',
split: 'split bill',
split: 'split a bill',
request: 'request money',
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export default {
usePlusButton: ({additionalText}: UsePlusButtonParams) => `\n\n¡También puedes usar el botón + de abajo para ${additionalText}, o asignar una tarea!`,
iouTypes: {
send: 'enviar dinero',
split: 'dividir factura',
split: 'dividir una factura',
request: 'pedir dinero',
},
},
Expand Down

0 comments on commit bc0b7a1

Please sign in to comment.