add notification message when theres no internet connection

This commit is contained in:
Peter Maquiran
2023-02-17 10:57:52 +01:00
parent 9c108b6885
commit 207a207398
2 changed files with 9 additions and 9 deletions
@@ -7,7 +7,7 @@ export class NotificationMessageService {
constructor() { }
/*** @description Sem acesso à internet. Por favor verifique sua conexão */
noInternetConnection = 'Sem acesso à internet. Por favor verifique sua conexão'
}