Development

This commit is contained in:
Matthew Grotke 2026-05-26 00:12:42 -04:00
parent 537de935e9
commit 63ce42278d
2 changed files with 5 additions and 5 deletions

View file

@ -271,7 +271,7 @@ def _timing_status_msg(entry_ts, action_label):
def _build_timing_msg(entry_ts, action_label='Configuration saved'):
if not _apply_changes_immediately():
from markupsafe import Markup
return Markup(f'{action_label}. Visit <strong>Actions</strong> page to apply your changes.')
return Markup(f'{action_label}. Visit the <strong>Actions</strong> page to apply your changes.')
return _timing_status_msg(entry_ts, action_label)