feat: adjustment in hard code text to use translation constant

This commit is contained in:
Daniel Saraiva
2025-09-10 09:04:29 -03:00
parent 85b40b9a7e
commit a546b906e9
3 changed files with 3 additions and 1 deletions

View File

@@ -226,6 +226,7 @@
"currency_country": "us",
"prices": "Prices",
"no_prices_found": "No prices found",
"view_all_prices": "Click to view all prices",
"retail_price": "Retail price",
"keyshop_price": "Keyshop price",
"historical_retail": "Historical retail",

View File

@@ -213,6 +213,7 @@
"currency_country": "br",
"prices": "Preços",
"no_prices_found": "Nenhum preço encontrado",
"view_all_prices": "Clique para ver todos os preços",
"retail_price": "Preço de lojas oficiais",
"keyshop_price": "Preço em keyshops",
"historical_retail": "Preço histórico de lojas oficiais",

View File

@@ -73,7 +73,7 @@ export function GamePricesSection() {
rel="noopener noreferrer"
className="list__item"
>
clique para ver todos os preços
{t("view_all_prices")}
</a>
</li>
</ul>