IGNITE-10875 Web Console: Updated tooltip.
diff --git a/frontend/app/components/page-configure/template.pug b/frontend/app/components/page-configure/template.pug
index 86180fa..e161ba5 100644
--- a/frontend/app/components/page-configure/template.pug
+++ b/frontend/app/components/page-configure/template.pug
@@ -32,7 +32,7 @@
         svg.icon-left(
             ignite-icon='info'
             bs-tooltip=''
-            data-title='This setting is needed to hide and show tooltips with hints.'
+            data-title='Use this setting to hide or show tooltips with hints.'
             data-placement='left'
         )
         span Tooltips
@@ -46,4 +46,4 @@
         ng-class=`{
             'pc-hide-tooltips': !$ctrl.tooltipsVisible
         }`
-    )
\ No newline at end of file
+    )