diff --git a/templates/columns_definitions/table_fields_definitions.twig b/templates/columns_definitions/table_fields_definitions.twig
index d8dba2b571..f48353852c 100644
--- a/templates/columns_definitions/table_fields_definitions.twig
+++ b/templates/columns_definitions/table_fields_definitions.twig
@@ -80,7 +80,7 @@
{% trans 'Browser display transformation options' %}
- {{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'… If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
+ {{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'… If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
|
|
{% trans 'Input transformation options' %}
- {{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'… If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
+ {{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'… If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }}
|
{% endif %}