{"section":"tutorials","requestedLocale":"en","requestedSlug":"changing-default-system-texts-displayed-in-the-store","locale":"en","slug":"changing-default-system-texts-displayed-in-the-store","path":"docs/en/tutorials/storefront/store-settings---storefront/changing-default-system-texts-displayed-in-the-store.md","branch":"main","content":"VTEX system renders a series of standard texts in the store.\n\nFor each of these texts, there is a __key__ that identifies it (a kind of variable name) and the corresponding __text__ (the contents of that variable).\n\nFor example, in the site topbar - which by default is part of the header subtemplate -, the welcome message is displayed. This message is identified by the `topbarSaudacao` key and initially comes with the text \"Welcome!\".\n\nFor each key used by the system, you can change the corresponding text. To do this, follow the steps below:\n\n1. In the VTEX Admin, access **Store Settings > Storefront > Settings**.\n2. Use the selection box to find the key you want to change.\n3. Change the text that appears in the field below the selection box.\n\n### Variables\n\nSome special variables are available to compose more complex texts:\n- Definite article\n- Preposition\n- Locative preposition\n- Possessive pronoun\n- Store Name\n- Site URL in texts\n\nFor example, you want to display the following welcome message in the topbar of the store: *Welcome to the World Shopping*.\n\nIn this case, the terms `to` and `World Shopping` are special. The first is a proposition, which varies according to the name of each store, and the second is the name of the store, which obviously also varies.\n\nTo do this dynamically, I can change the text of the `topbarSaudacao` key to the following:\n\n`Welcome @preposicaonomeloja2@ @nomeloja@.`\n\nThat is, I'm using the variables `preposicaonomeloja2` and `nomeloja`.\n\n> ⚠️ When using variables to compose a text, replace the `#` symbol with `@`. That is, **#variable#** becomes **@variable@**.\n\n![textos-importantes en](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/storefront/store-settings---storefront/changing-default-system-texts-displayed-in-the-store_1.png)\n![exemplos-textos-importantes en](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/storefront/store-settings---storefront/changing-default-system-texts-displayed-in-the-store_2.png)\n\nAs I defined the content of the first variable to be \"to\" and the second one is \"World Shopping\", the final text rendered on the site will be \"Welcome to World Shopping\".\n\nTo easily change the special variables that appear in the Important Texts section, simply click on them."}