Skip to content

Commit

Permalink
Tweak message
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed May 29, 2024
1 parent 61213d2 commit cae3884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language-server/error-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const showOfflineLanguageToast = (toast: CreateToastFnReturn): void => {
// Fallback to hardcoded English.
title: "Language unavailable offline",
description:
"Falling back to English. Please reload the page when you are back online to use the app in your language.",
"The language will update when you next open the micro:bit Python Editor and you are online.",
status: "info",
duration: 5_000,
isClosable: true,
Expand Down

0 comments on commit cae3884

Please sign in to comment.