You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2019/01/10 04:25:30 UTC

[ignite] branch master updated: IGNITE-10875 Web Console: Updated tooltip.

This is an automated email from the ASF dual-hosted git repository.

akuznetsov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 47683e7  IGNITE-10875 Web Console: Updated tooltip.
47683e7 is described below

commit 47683e72cb1c33db011fbd754bc04ab85cba3107
Author: Alexey Kuznetsov <ak...@apache.org>
AuthorDate: Thu Jan 10 11:22:27 2019 +0700

    IGNITE-10875 Web Console: Updated tooltip.
---
 .../web-console/frontend/app/components/page-configure/template.pug   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/web-console/frontend/app/components/page-configure/template.pug b/modules/web-console/frontend/app/components/page-configure/template.pug
index 86180fa..e161ba5 100644
--- a/modules/web-console/frontend/app/components/page-configure/template.pug
+++ b/modules/web-console/frontend/app/components/page-configure/template.pug
@@ -32,7 +32,7 @@ div.pc-content-container
         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 @@ div.pc-content-container
         ng-class=`{
             'pc-hide-tooltips': !$ctrl.tooltipsVisible
         }`
-    )
\ No newline at end of file
+    )