From 790740ab2c2941ada3d52ab545a4fd9bc2c57b38 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 17 Sep 2022 22:59:39 +0200 Subject: [PATCH] improve translation: document -> documentation --- locales/en-US.yml | 2 +- packages/client/src/components/launch-pad.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 094440985..ff7b4b0c2 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -843,7 +843,7 @@ typeToConfirm: "Please enter {x} to confirm" deleteAccount: "Delete account" numberOfPageCache: "Number of cached pages" numberOfPageCacheDescription: "Increasing this number will improve convenience for users but cause more server load as well as more memory to be used." -document: "Document" +documentation: "Documentation" file: "File" unclip: "Unclip" confirmToUnclipAlreadyClippedNote: "This note is already part of the \"{name}\" clip. Do you want to remove it from this clip instead?" diff --git a/packages/client/src/components/launch-pad.vue b/packages/client/src/components/launch-pad.vue index 124ef39ef..f78ecebdf 100644 --- a/packages/client/src/components/launch-pad.vue +++ b/packages/client/src/components/launch-pad.vue @@ -86,7 +86,7 @@ function help(ev: MouseEvent) { text: i18n.ts.scratchpad, icon: 'fas fa-terminal', }, null, { - text: i18n.ts.document, + text: i18n.ts.documentation, icon: 'fas fa-question-circle', action: () => { window.open('https://misskey-hub.net/help.html', '_blank');