summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar karolis <karolis@noreply.codeberg.org>2025-09-04 14:05:22 +0200
committerLibravatar kim <gruf@noreply.codeberg.org>2025-09-04 14:05:22 +0200
commit9cb177cd8a84a43e6fed913a5cdadc882611c7f4 (patch)
tree964bf8790c9d83b7c6bff513eff16ccdaa0bbebc
parent[chore] fix copy-pasted comment (#4402) (diff)
downloadgotosocial-9cb177cd8a84a43e6fed913a5cdadc882611c7f4.tar.xz
style: add a missing whitespace (#4404)
Added a missing whitespace in callback page template. Co-authored-by: Karolis Pocius <kpocius@gmail.com> Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4404 Co-authored-by: karolis <karolis@noreply.codeberg.org> Co-committed-by: karolis <karolis@noreply.codeberg.org>
-rw-r--r--web/source/settings/views/user/applications/callback.tsx2
1 files changed, 1 insertions, 1 deletions
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 }) {
<div className="form-section-docs">
<h2>Receive Access Token</h2>
<p>
- To receive your user-level access token for application<b>{app.name}</b>, click on the button below.
+ To receive your user-level access token for application <b>{app.name}</b>, click on the button below.
<br/>Your access token will be shown once and only once.
<br/><strong>Your access token provides access to your account; store it as carefully as you would store a password!</strong>
</p>