diff --git a/ftl/core/help.ftl b/ftl/core/help.ftl index ddb362e48..80a08703e 100644 --- a/ftl/core/help.ftl +++ b/ftl/core/help.ftl @@ -1,11 +1,15 @@ ### Text shown in Help pages +## Header/footer -## Header +# Link to more detailed information in the manual +help-for-more-info = For more information, see { $link } in the manual. # Tooltip for links to the manual help-open-manual-chapter = Open { $name } in the manual +help-ok = OK + ## Body # Newly introduced settings may not have an explanation yet @@ -13,10 +17,3 @@ help-no-explanation = Whoops! There doesn't seem to be an explanation for this setting yet. You can help us complete this help page on { $link }. - -## Footer - -# Link to more detailed information in the manual -help-for-more-info = For more information, see { $link } in the manual. - -help-ok = OK diff --git a/ts/components/HelpModal.svelte b/ts/components/HelpModal.svelte index ac840a11d..27d0dac65 100644 --- a/ts/components/HelpModal.svelte +++ b/ts/components/HelpModal.svelte @@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->