mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add correct text
This commit is contained in:
parent
584f725eda
commit
bc6d038c58
4 changed files with 8 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ interface AchievementSummaryProps {
|
|||
}
|
||||
|
||||
function AchievementSummary({ user, isComparison }: AchievementSummaryProps) {
|
||||
const { t } = useTranslation("achievement");
|
||||
const { userDetails, hasActiveSubscription } = useUserDetails();
|
||||
|
||||
const userTotalAchievementCount = user.achievements.length;
|
||||
|
|
@ -94,7 +95,7 @@ function AchievementSummary({ user, isComparison }: AchievementSummaryProps) {
|
|||
}}
|
||||
>
|
||||
<LockIcon size={24} />
|
||||
<h3>Assine o HYDRA CLOUD para comparar suas conquistas!!!!</h3>
|
||||
<h3>{t("subscription_needed")}</h3>
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue