Skip to content

Commit

Permalink
fix: Add royalties explanation when setting the beneficiary
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 6, 2022
1 parent 936b5a6 commit c2060fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/translation/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"free": "Make it free",
"price_label": "Price",
"beneficiary_label": "Beneficiary",
"beneficiary_popup": "This is the wallet address that will receive MANA when this item is sold. You can set a different beneficiary address for each item in a collection."
"beneficiary_popup": "This is the wallet address that will receive MANA when the item is sold for the first time and Royalties when it is resold. You can set a different beneficiary address for each item in a collection."
},
"confirm_delete": {
"content": "Are you sure you want to delete \"{name}\"?"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@
"free": "Hacerlo gratuito",
"price_label": "Precio",
"beneficiary_label": "Beneficiario",
"beneficiary_popup": "Esta es la dirección de la billetera que recibirá MANA cuando se venda este item. Puede establecer una dirección de beneficiario diferente para cada item de una colección."
"beneficiary_popup": "Esta es la dirección de la billetera que recibirá MANA cuando se venda este item por primera vez y Regalías cuando sea revendido. Puede establecer una dirección de beneficiario diferente para cada item de una colección."
},
"confirm_delete": {
"content": "¿Estás seguro que quieres eliminar \"{name}\"?"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@
"free": "免费",
"price_label": "价格",
"beneficiary_label": "受益人",
"beneficiary_popup": "这是出售该物品时将获得MANA的钱包地址。 您可以为集合中的每个项目设置不同的收款人地址。"
"beneficiary_popup": "这是第一次出售物品时将收到 MANA 和有人转售时收取版税的钱包地址。 您可以为集合中的每个项目设置不同的收款人地址。"
},
"confirm_delete": {
"content": "您确定要删除\"{name}\"吗?"
Expand Down

0 comments on commit c2060fd

Please sign in to comment.