Implement the new strings into the client

This commit is contained in:
Fernando Palomo
2022-09-19 15:36:26 +00:00
parent 6b9106c975
commit 66d454e6c6
17 changed files with 72 additions and 58 deletions

View File

@@ -54,11 +54,11 @@ export function Feedback() {
<CategoryButton
action="chevron"
icon={<Group size={24} />}
description="You can report issues and discuss improvements with us directly here.">
Join Testers server.
description={<Text id="app.home.join-testers_desc" />}>
<Text id="app.home.join-testers_desc" />
</CategoryButton>
</a>
</Link>
</div>
);
}
}