chore: Extract product name from translation strings (#4646)

This commit is contained in:
Tom Moor
2023-01-04 19:00:57 -08:00
committed by GitHub
parent f655288f67
commit 445d19f43e
32 changed files with 123 additions and 80 deletions

View File

@@ -56,6 +56,7 @@ function UserDelete() {
const inputProps = register("code", {
required: true,
});
const appName = env.APP_NAME;
return (
<Flex column>
@@ -91,8 +92,8 @@ function UserDelete() {
<Trans>
Are you sure? Deleting your account will destroy identifying
data associated with your user and cannot be undone. You will be
immediately logged out of Outline and all your API tokens will
be revoked.
immediately logged out of {{ appName }} and all your API tokens
will be revoked.
</Trans>
</Text>
</>