diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-07-24 11:46:18 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-07-24 11:46:18 +0200 |
commit | 61f9ad8274d662a056aff05407771fb450a2ab35 (patch) | |
tree | 6f65e2155680993e370dab51c512d7c9da925be4 /view | |
parent | 7067a0adc2e37168401e761c29e78392229ec168 (diff) | |
download | volse-hubzilla-61f9ad8274d662a056aff05407771fb450a2ab35.tar.gz volse-hubzilla-61f9ad8274d662a056aff05407771fb450a2ab35.tar.bz2 volse-hubzilla-61f9ad8274d662a056aff05407771fb450a2ab35.zip |
Add a notice to help pages when defaulting to english.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/help.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 1cc66d258..0dc9bc686 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -2,6 +2,11 @@ <div class="clearfix section-title-wrapper"> <h2>{{$module->get_page_title()}}</h2> </div> + {{if $module->missing_translation()}} + <div class="notice section-content-info-wrapper"> + {{$module->missing_translation_message()}} + </div> + {{/if}} <div class="section-content-wrapper" id="doco-content"> <h3 id="doco-top-toc-heading"> <span class="fakelink" onclick="docoTocToggle(); return false;"> |