You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/user-guide/notifications.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
To view your notifications, click the <iclass="fas fa-lg fa-fw fa-bell"><spanclass="visually-hidden">notification</span></i> icon in the top right.
4
4
5
-
You can delete a notification by clicking the small red "X" on the top right.
5
+
You can delete a notification by clicking the <iclass="fas fa-lg fa-fw fa-xmark"></i><spanclass="visually-hidden">delete</span></i> icon on the top right.
data-confirm-message="<?phpif ($action == 'stop'){ echosprintf(_('Are you sure you want to stop service %s?'), $key); } else { echosprintf(_('Are you sure you want to start service %s?'), $key); }?>"
181
+
title="<?=$action_text?>"
182
+
data-confirm-title="<?=$action_text?>"
183
+
data-confirm-message="<?phpif ($action == 'stop') { echosprintf(_('Are you sure you want to stop the %s service?'), $key); } else { echosprintf(_('Are you sure you want to start the %s service?'), $key); }?>"
0 commit comments