From 1f2c3a66ef3dff0c2d5459a5e5f8020fa819973b Mon Sep 17 00:00:00 2001
From: thc202
Date: Thu, 3 Aug 2023 11:09:22 +0100
Subject: [PATCH] tips: update tip text
Update the name of top level menu item.
Signed-off-by: thc202
---
.../zap/extension/tips/resources/help/contents/tips.html | 2 +-
.../zaproxy/zap/extension/tips/resources/Messages.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/addOns/tips/src/main/javahelp/org/zaproxy/zap/extension/tips/resources/help/contents/tips.html b/addOns/tips/src/main/javahelp/org/zaproxy/zap/extension/tips/resources/help/contents/tips.html
index 1a5c101e4cd..5f17ad9736e 100644
--- a/addOns/tips/src/main/javahelp/org/zaproxy/zap/extension/tips/resources/help/contents/tips.html
+++ b/addOns/tips/src/main/javahelp/org/zaproxy/zap/extension/tips/resources/help/contents/tips.html
@@ -141,7 +141,7 @@ Full list of tips
Force a browser refresh and your open pages will be displayed in the 'Clients' tab along with all of the client side messages they generate.
-ZAP has comprehensive help pages accessible via the 'Help / OWASP ZAP User Guide' menu.
+
ZAP has comprehensive help pages accessible via the 'Help / ZAP User Guide' menu.
The F1 key will also bring up the help pages and take you straight to the relevant section for the selected tab.
diff --git a/addOns/tips/src/main/resources/org/zaproxy/zap/extension/tips/resources/Messages.properties b/addOns/tips/src/main/resources/org/zaproxy/zap/extension/tips/resources/Messages.properties
index def57de3b14..b5abbe197a8 100644
--- a/addOns/tips/src/main/resources/org/zaproxy/zap/extension/tips/resources/Messages.properties
+++ b/addOns/tips/src/main/resources/org/zaproxy/zap/extension/tips/resources/Messages.properties
@@ -35,7 +35,7 @@ tips.tip.gen.010 = ZAP can automatically check for updates - turn it on via the
tips.tip.gen.011 = Click on the 'gear' icon on the right hand side of many tabs to quickly access the setting for that feature.
tips.tip.gen.012 = There are lots of resources linked off the 'Online' menu, including the ZAP Homepage, User and Developer groups
tips.tip.gen.013 = Want to chat to someone about ZAP?\nMany of the ZAP core developers hang out on the Libera Chat #zaproxy irc channel: https://web.libera.chat/#zaproxy
-tips.tip.gen.014 = ZAP has comprehensive help pages accessible via the 'Help / OWASP ZAP User Guide' menu.\nThe F1 key will also bring up the help pages and take you straight to the relevant section for the selected tab.
+tips.tip.gen.014 = ZAP has comprehensive help pages accessible via the 'Help / ZAP User Guide' menu.\nThe F1 key will also bring up the help pages and take you straight to the relevant section for the selected tab.
tips.tip.gen.015 = New to ZAP?\nRead the 'Getting Started with ZAP' guide accessible via the 'Help' menu.
tips.tip.gen.016 = The majority of ZAP's tabs are now hidden by default so that the UI is less cluttered.\nYou can show and hide all of the tabs via buttons on the main toolbar.\nYou can also 'pin' any tab you like so that it stays visible even after a restart.
tips.tip.gen.017 = You can reorder table columns by dragging and dropping them.\nYou can also select which columns are show via the icon just above the scroll bar on the right hand side of each table.