From 492b1a15c55455f097c98bc4164d454d5b6969d5 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 26 May 2026 20:23:57 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/view_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index fc4b1cd..1411e14 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -682,7 +682,7 @@ def collect_tokens(): tokens['APPLY_WARNING'] = ( f'' f'{_load_icon("arrow-right")}' - f'Applying actions will temporarily disrupt connections as network services are restarted.' + f'Applying actions will briefly disrupt connections as network services are restarted.' f'' if pending_items else '' )