Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix Spanish language text #658

Merged
merged 1 commit into from
Apr 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"title": "Configurar billetera",
"walletContains": {
"one": "Esta billetera contiene 1 activos",
"other": "Esta billetera contiene {count} activos"
"other": "Esta billetera contiene {{count}} activos"
},
"wallets": "billeteras",
"security": "Seguridad",
Expand Down