starlight-theme-nova 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "starlight-theme-nova",
3
3
  "type": "module",
4
- "version": "0.9.3",
4
+ "version": "0.9.4",
5
5
  "description": "",
6
6
  "author": "ocavue <ocavue@gmail.com>",
7
7
  "license": "MIT",
@@ -28,7 +28,7 @@ export function getI18nText(
28
28
  }
29
29
 
30
30
  const message =
31
- `[Astrobook] Unable to find the translation for language "${lang}".\n` +
31
+ `[starlight-theme-nova] Unable to find the translation for language "${lang}".\n` +
32
32
  `Are you using the correct BCP-47 language tag ` +
33
33
  `(e.g. "en", "ar", or "zh-CN") in the following configuration?\n` +
34
34
  JSON.stringify(value, null, 2) +