Remove references to help

This commit is contained in:
James Cole
2022-02-03 10:32:20 +01:00
parent 944864ed25
commit ddabfbc1ad
10 changed files with 15 additions and 383 deletions

View File

@@ -48,8 +48,7 @@ var acc_config_new = {format: accountingConfig};
// strings and translations used often:
var helpPageTitle = "{{ trans('firefly.help_for_this_page')|escape('js') }}";
var noHelpForPage = "{{ trans('firefly.no_help_could_be_found')|escape('js') }}";
var noHelpForPageTitle = "{{ trans('firefly.no_help_title')|escape('js') }}";
var helpPageBody = "{{ trans('firefly.help_for_this_page_body')|escape('js') }}";
var edit_selected_txt = "{{ trans('firefly.mass_edit')|escape('js') }}";
var edit_bulk_selected_txt = "{{ trans('firefly.bulk_edit')|escape('js') }}";