File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/Umbraco.Web.UI.Client/src Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ export class UmbNetworkConnectionStatusManager extends UmbControllerBase {
26
26
27
27
#onOnline( ) {
28
28
this . #offlineNotification?. close ( ) ;
29
+ this . #notificationContext?. peek ( 'positive' , {
30
+ data : {
31
+ headline : this . #localize. term ( 'speechBubbles_onlineHeadline' ) ,
32
+ message : this . #localize. term ( 'speechBubbles_onlineMessage' ) ,
33
+ } ,
34
+ } ) ;
29
35
}
30
36
31
37
#onOffline( ) {
Original file line number Diff line number Diff line change @@ -1493,6 +1493,8 @@ export default {
1493
1493
preventCleanupDisableError : 'An error occurred while disabling version cleanup for %0%' ,
1494
1494
offlineHeadline : 'Offline' ,
1495
1495
offlineMessage : 'You are currently offline. Please check your internet connection.' ,
1496
+ onlineHeadline : 'Online' ,
1497
+ onlineMessage : 'You are now online. You can continue working.' ,
1496
1498
} ,
1497
1499
stylesheet : {
1498
1500
addRule : 'Add style' ,
You can’t perform that action at this time.
0 commit comments