diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py
index 9bcbf1c..f3e96da 100644
--- a/docker/routlin-dash/app/view_page.py
+++ b/docker/routlin-dash/app/view_page.py
@@ -1798,7 +1798,9 @@ def render_layout(view_id, content_html, tokens):
fix_suffix = (f'Fix will be applied {timing}.' if timing
else 'Fix pending. The processing service is not running.')
else:
- fix_suffix = 'Fix pending. Visit the Actions page ASAP to apply fix.'
+ fix_suffix = ('Fix pending. Click Apply Now below to fix.'
+ if view_id == 'view_actions' else
+ 'Fix pending. Visit the Actions page ASAP to apply fix.')
for sev, items in grouped.items():
if not items:
continue