Skip to content

Commit 5d85343

Browse files
committed
Update filebrowser.js
1 parent 9a88f7f commit 5d85343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filebrowser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ async function renderSidebarHTML() {
241241
// if not logged in
242242
if (gitToken == '') {
243243

244-
const dialogResp = await showDialog(openGitHubLogin, 'Hmm... we can\'t find\nthat repo. Try logging in.', 'Login', true);
244+
const dialogResp = await showDialog(openGitHubLogin, 'Hmm... the repo you\'re\nlooking for can\'t be found.\nTry logging in.', 'Login', true);
245245

246246
// if chosen to log in, return
247247
if (dialogResp == true) return;
248248

249249
} else { // if logged in
250250

251-
await showDialog(hideDialog, 'Hmm... we can\'t find\nthat repo.', 'OK', true);
251+
await showDialog(hideDialog, 'Hmm... the repo you\'re\nlooking for can\'t be found.', 'OK', true);
252252

253253
}
254254

0 commit comments

Comments
 (0)