fix typo in "cannotLoadPage" translation

This commit is contained in:
Hazelnoot 2025-02-27 11:09:31 -05:00
parent f42790ad32
commit 5d1e1a2215
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View file

@ -11670,7 +11670,7 @@ export interface Locale extends ILocale {
*/ */
"fileImported": string; "fileImported": string;
/** /**
* Failed to load no * Failed to load note
*/ */
"cannotLoadNote": string; "cannotLoadNote": string;
"_flash": { "_flash": {

View file

@ -171,7 +171,7 @@ warnExternalUrl: "Show warning when opening external URLs"
flash: "Flash" flash: "Flash"
filesRemoved: "Files removed" filesRemoved: "Files removed"
fileImported: "File imported" fileImported: "File imported"
cannotLoadNote: "Failed to load no" cannotLoadNote: "Failed to load note"
_flash: _flash:
contentHidden: "Flash Content Hidden" contentHidden: "Flash Content Hidden"
poweredByRuffle: "Powered by Ruffle." poweredByRuffle: "Powered by Ruffle."