mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 01:26:58 +00:00
fix typo in "cannotLoadPage" translation
This commit is contained in:
parent
f42790ad32
commit
5d1e1a2215
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -11670,7 +11670,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"fileImported": string;
|
||||
/**
|
||||
* Failed to load no
|
||||
* Failed to load note
|
||||
*/
|
||||
"cannotLoadNote": string;
|
||||
"_flash": {
|
||||
|
|
|
@ -171,7 +171,7 @@ warnExternalUrl: "Show warning when opening external URLs"
|
|||
flash: "Flash"
|
||||
filesRemoved: "Files removed"
|
||||
fileImported: "File imported"
|
||||
cannotLoadNote: "Failed to load no"
|
||||
cannotLoadNote: "Failed to load note"
|
||||
_flash:
|
||||
contentHidden: "Flash Content Hidden"
|
||||
poweredByRuffle: "Powered by Ruffle."
|
||||
|
|
Loading…
Add table
Reference in a new issue