Replace harcoded strings to allow translation

This commit is contained in:
Fernando Palomo
2022-09-19 08:08:16 +00:00
parent 6b9106c975
commit b3e114b2bd
9 changed files with 26 additions and 16 deletions

View File

@@ -521,12 +521,12 @@ export const MyBots = observer(() => {
<Text id="app.settings.pages.bots.create_bot" />
</CategoryButton>
<h5>
By creating a bot, you are agreeing to the {` `}
<Text id="app.settings.pages.bots.usage_policy.a" />{" "}
<a
href="https://revolt.chat/aup"
target="_blank"
rel="noreferrer">
Acceptable Usage Policy
<Text id="app.settings.pages.bots.usage_policy.b" />
</a>
.
</h5>