Merge branch 'ent-13464-Fe-de-errata-en-mensaje-de-ayuda-al-usuario-en-campo-Module-de-Item-Grouped-General' into 'develop'

Ent 13464 fe de errata en mensaje de ayuda al usuario en campo module de item grouped general

See merge request artica/pandorafms!7292
This commit is contained in:
Matias Didier 2024-04-30 16:01:55 +00:00
commit 96ed6c4726
1 changed files with 1 additions and 1 deletions

View File

@ -1459,7 +1459,7 @@ $class = 'databox filters';
<td class="bolder">
<?php
echo __('Module').ui_print_help_tip(
__('Case insensitive regular expression or string for module name. For example: if you use this field with "Module exact match" enabled then this field has to be fulfilled with the literally string of the module name, if not you can use a regular expression. Example: %s will match: cpu_usage, vram usage in matchine 1.', '.*usage.*'),
__('Case insensitive regular expression or string for module name. For example: if you use this field with "Module exact match" enabled then this field has to be fulfilled with the literally string of the module name, if not you can use a regular expression. Example: %s will match: cpu_usage, vram usage in machine 1.', '.*usage.*'),
true
);
?>