Development
This commit is contained in:
parent
537de935e9
commit
63ce42278d
2 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue