Skip to content

Commit

Permalink
fix: Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 16, 2024
1 parent 74c799d commit 9ac73cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/src/modules/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@
"subtitle": "Price rates may change"
}
},
"name_placeholder": "Your unique NAME",
"name_placeholder": "Retype your NAME",
"names_different": "Names do not match",
"authorization": {
"title_action": "purchase",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/modules/translation/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@
"subtitle": "Las tasas de precios pueden variar"
}
},
"name_placeholder": "Tu nombre único",
"name_placeholder": "Vuelve a escribir tu nombre",
"names_different": "Nombres no coinciden",
"authorization": {
"title_action": "comprar",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/modules/translation/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"subtitle": "价格可能会发生变化"
}
},
"name_placeholder": "你独特的名字",
"name_placeholder": "重新输入你的名字",
"names_different": "姓名不匹配",
"authorization": {
"title_action": "购买",
Expand Down

0 comments on commit 9ac73cb

Please sign in to comment.