Development

This commit is contained in:
Matthew Grotke 2026-05-26 20:23:57 -04:00
parent 6a3197dd68
commit 492b1a15c5

View file

@ -682,7 +682,7 @@ def collect_tokens():
tokens['APPLY_WARNING'] = (
f'<span class="btn-notice btn-notice-warning">'
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'</span>'
if pending_items else ''
)