Skip to content

Commit

Permalink
fix: caps name wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Feb 13, 2024
1 parent a61a71a commit c7d4a3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webapp/src/modules/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@
"claim_your_own_name": {
"title": "CLAIM YOUR OWN NAME",
"text": "In this section you can find NAMEs that are listed for sale by Decentraland users. Alternatively, you can claim your own unique NAME from the Builder section for a fixed price of {mana}.",
"btn": "Claim your name"
"btn": "Claim your NAME"
},
"create_or_edit_list_modal": {
"create": {
Expand Down Expand Up @@ -1563,12 +1563,12 @@
"names_page": {
"title": "Claim your Decentraland NAME",
"subtitle": "Activate the full potential of Decentraland citizenship with a unique NAME, Voting Power, & your own World!",
"claim_a_name": "Claim name",
"claim_a_name": "Claim NAME",
"browse_names_being_resold": "Browse NAMEs being resold",
"manage_your_names": "Manage your NAMEs",
"name_label": "Name",
"name_placeholder": "Your name goes here",
"repeated_message": "This name is not available.",
"name_placeholder": "Your NAME goes here",
"repeated_message": "This NAME is not available.",
"claim_button": "Claim",
"available": "NAME available",
"not_available": "Unavailable NAME. {link}",
Expand All @@ -1583,10 +1583,10 @@
"has_spaces": "NAMEs can't contain spaces.",
"name_too_long": "NAMEs can contain up to 15 characters.",
"invalid_characters": "NAMEs can only contain alphanumeric characters.",
"not_enough_mana": "You don't have enough MANA to claim a new name",
"not_enough_mana": "You don't have enough MANA to claim a new NAME",
"fiat_payments_not_enabled": "FIAT payments are not enabled at the moment. Please try later.",
"claim_name_fat_finger_modal": {
"title": "Please confirm your new name",
"title": "Please confirm your new NAME",
"description": "You have chosen {name}. {br} Re-enter your NAME to confirm your selection.",
"ok_message": "Congratulations the name {name} is yours.",
"caps_warning": "The capitalization of NAMEs cannot be modified once claimed.",
Expand Down

0 comments on commit c7d4a3a

Please sign in to comment.