Skip to content

Commit 88c20ad

Browse files
committed
Adjust text on encrypt page
1 parent cc4f3db commit 88c20ad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/app/(authed)/(home)/encrypt/page.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ export default async function EncryptPage() {
2525
Encrypt secrets
2626
</Typography>
2727
<Typography sx={{ textAlign: "center" }}>
28-
When adding authentication information to remote specifications it
29-
is required to encrypt the authentication information with our public
30-
key before storing it in the repository.<br />
28+
When adding authentication information to remote specifications it is required to encrypt the authentication information with {SITE_NAME}{SITE_NAME.endsWith('s') ? "'" : "'s"} public key before storing it in the repository.<br />
3129
<br />
32-
This page allows you to encrypt the secret using {SITE_NAME}{SITE_NAME.endsWith('s') ? "'" : "'s"}
33-
public key, which means only {SITE_NAME} can decrypt it.
30+
Use the form to encrypt the secret using {SITE_NAME}{SITE_NAME.endsWith('s') ? "'" : "'s"} public key, which means only {SITE_NAME} can decrypt it.
3431
</Typography>
3532
<EncryptionForm />
3633
{HELP_URL &&

0 commit comments

Comments
 (0)