From 5d1e1a2215404200263ce42c7a5d4bf0f6b66ac9 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Thu, 27 Feb 2025 11:09:31 -0500 Subject: [PATCH] fix typo in "cannotLoadPage" translation --- locales/index.d.ts | 2 +- sharkey-locales/en-US.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 25662afe6a..27c8a36842 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -11670,7 +11670,7 @@ export interface Locale extends ILocale { */ "fileImported": string; /** - * Failed to load no + * Failed to load note */ "cannotLoadNote": string; "_flash": { diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index f34f9a89c2..9a41a9d762 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -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."