diff --git a/changedetectionio/blueprint/watchlist/templates/watch-overview.html b/changedetectionio/blueprint/watchlist/templates/watch-overview.html
index b8c0658e1..55e7a2726 100644
--- a/changedetectionio/blueprint/watchlist/templates/watch-overview.html
+++ b/changedetectionio/blueprint/watchlist/templates/watch-overview.html
@@ -1,5 +1,9 @@
{%- extends 'base.html' -%}
{%- block content -%}
+{%- set tips = [
+ _("Changedetection.io can monitor more than just web-pages! See our plugins!") ~ ' ' ~ _('More info') ~ '',
+ _("You can also add 'shared' watches.") ~ ' ' ~ _('More info') ~ ''
+] -%}
{%- from '_helpers.html' import render_simple_field, render_field, render_nolabel_field, sort_by_title -%}
@@ -69,7 +73,9 @@ html[data-darkmode="true"] .watch-tag-list.tag-{{ class_name }} {
- {{ _("Tip: You can also add 'shared' watches.") }} {{ _('More info') }}
+
+ Tip: {{ tips | random | safe }}
+