Skip to content

Commit 70c9ad6

Browse files
committed
Merge branch 'main' of https://github.com/SolidOS/solid-ui
2 parents acfe06b + 2c94acc commit 70c9ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export async function ensureLoadedPreferences (
136136
let m2: string
137137
if (err instanceof UnauthorizedError) {
138138
m2 =
139-
'Ooops - you are not authenticated (properly logged in) to for me to read your preference file. Try loggin out and logging in?'
139+
'Oops — you are not authenticated (properly logged in), so SolidOS cannot read your preferences file. Try logging out and then logging back in.'
140140
alert(m2)
141141
} else if (err instanceof CrossOriginForbiddenError) {
142142
m2 = `Unauthorized: Assuming preference file blocked for origin ${window.location.origin}`

0 commit comments

Comments
 (0)