feat: update text

This commit is contained in:
Zamitto 2025-01-16 11:53:10 -03:00
parent 2346a5bf86
commit 3d0bf11359
3 changed files with 12 additions and 5 deletions

View File

@ -283,7 +283,7 @@
"show_hidden_achievement_description": "Show hidden achievements description before unlocking them", "show_hidden_achievement_description": "Show hidden achievements description before unlocking them",
"account": "Account", "account": "Account",
"no_users_blocked": "You have no blocked users", "no_users_blocked": "You have no blocked users",
"subscription_active_until": "Enjoy your Hydra Cloud until {{date}}", "subscription_active_until": "Your Hydra Cloud is active until {{date}}",
"manage_subscription": "Manage subscription", "manage_subscription": "Manage subscription",
"update_email": "Update email", "update_email": "Update email",
"update_password": "Update password", "update_password": "Update password",
@ -294,7 +294,7 @@
"subscription_expired_at": "Your subscription expired at {{date}}", "subscription_expired_at": "Your subscription expired at {{date}}",
"no_subscription": "Enjoy Hydra in the best possible way", "no_subscription": "Enjoy Hydra in the best possible way",
"become_subscriber": "Be Hydra Cloud", "become_subscriber": "Be Hydra Cloud",
"subscription_renew_cancelled": "Automatic renewal is not active", "subscription_renew_cancelled": "Automatic renewal is disabled",
"subscription_renews_on": "Your subscription renews on {{date}}", "subscription_renews_on": "Your subscription renews on {{date}}",
"bill_sent_until": "You next bill will be sent until this day" "bill_sent_until": "You next bill will be sent until this day"
}, },

View File

@ -271,7 +271,7 @@
"show_hidden_achievement_description": "Mostrar descrição de conquistas ocultas antes de debloqueá-las", "show_hidden_achievement_description": "Mostrar descrição de conquistas ocultas antes de debloqueá-las",
"account": "Conta", "account": "Conta",
"no_users_blocked": "Você não bloqueou nenhum usuário", "no_users_blocked": "Você não bloqueou nenhum usuário",
"subscription_active_until": "Aproveite seu Hydra Cloud até {{date}}", "subscription_active_until": "Sua assinatura Hydra Cloud estará ativa até {{date}}",
"manage_subscription": "Gerenciar assinatura", "manage_subscription": "Gerenciar assinatura",
"update_email": "Atualizar email", "update_email": "Atualizar email",
"update_password": "Atualizar senha", "update_password": "Atualizar senha",

View File

@ -210,8 +210,15 @@ export function SettingsAccount() {
</Button> </Button>
</div> </div>
<div style={{ display: "flex", flexDirection: "column" }}> <div
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>Hydra Cloud</h3> style={{
display: "flex",
flexDirection: "column",
marginTop: `${SPACING_UNIT * 2}px`,
gap: `${SPACING_UNIT / 2}px`,
}}
>
<h3>Hydra Cloud</h3>
{getHydraCloudSectionContent().description} {getHydraCloudSectionContent().description}
</div> </div>