Skip to content

Commit b5e0364

Browse files
csarvenTallTedVirginiaBalseiro
committed
Fix the grammar in the login error message
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com> Co-authored-by: Virginia Balseiro <info@virginiabalseiro.com>
1 parent 157bdf2 commit b5e0364

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)