diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-02-27 11:09:31 -0500 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-02 13:38:35 -0500 |
| commit | 5d1e1a2215404200263ce42c7a5d4bf0f6b66ac9 (patch) | |
| tree | 8e6a991f24ff73a14f6a94fc3c433e2d31d0bfab | |
| parent | don't pass note into moderationLogService.log (diff) | |
| download | sharkey-5d1e1a2215404200263ce42c7a5d4bf0f6b66ac9.tar.gz sharkey-5d1e1a2215404200263ce42c7a5d4bf0f6b66ac9.tar.bz2 sharkey-5d1e1a2215404200263ce42c7a5d4bf0f6b66ac9.zip | |
fix typo in "cannotLoadPage" translation
| -rw-r--r-- | locales/index.d.ts | 2 | ||||
| -rw-r--r-- | 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." |