From 9cb177cd8a84a43e6fed913a5cdadc882611c7f4 Mon Sep 17 00:00:00 2001 From: karolis Date: Thu, 4 Sep 2025 14:05:22 +0200 Subject: style: add a missing whitespace (#4404) Added a missing whitespace in callback page template. Co-authored-by: Karolis Pocius Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4404 Co-authored-by: karolis Co-committed-by: karolis --- web/source/settings/views/user/applications/callback.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/source/settings/views/user/applications/callback.tsx b/web/source/settings/views/user/applications/callback.tsx index 8cf3f3e0d..d2a43c818 100644 --- a/web/source/settings/views/user/applications/callback.tsx +++ b/web/source/settings/views/user/applications/callback.tsx @@ -92,7 +92,7 @@ function AccessForAppForm({ data: app, code }: { data: App, code: string }) {

Receive Access Token

- To receive your user-level access token for application{app.name}, click on the button below. + To receive your user-level access token for application {app.name}, click on the button below.
Your access token will be shown once and only once.
Your access token provides access to your account; store it as carefully as you would store a password!

-- cgit v1.2.3