From d332c7e1d4b8f05d325d204bf231b907b966adb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 22 Sep 2020 09:38:16 +0200 Subject: [PATCH] MOBILE-3523 emulator: Change some wrong comments --- src/core/emulator/providers/local-notifications.ts | 2 +- src/core/emulator/providers/network.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/emulator/providers/local-notifications.ts b/src/core/emulator/providers/local-notifications.ts index affff2e19..3809cf63d 100644 --- a/src/core/emulator/providers/local-notifications.ts +++ b/src/core/emulator/providers/local-notifications.ts @@ -24,7 +24,7 @@ import * as moment from 'moment'; import { Subject, Observable } from 'rxjs'; /** - * Emulates the Cordova Globalization plugin in desktop apps and in browser. + * Emulates the Local Notifications plugin in desktop apps and in browser. */ @Injectable() export class LocalNotificationsMock extends LocalNotifications { diff --git a/src/core/emulator/providers/network.ts b/src/core/emulator/providers/network.ts index cc036247e..bb90a2c6c 100644 --- a/src/core/emulator/providers/network.ts +++ b/src/core/emulator/providers/network.ts @@ -17,7 +17,7 @@ import { Network } from '@ionic-native/network'; import { Observable, Subject } from 'rxjs'; /** - * Emulates the Cordova Globalization plugin in desktop apps and in browser. + * Emulates the Ionic Network plugin in desktop apps and in browser. */ @Injectable() export class NetworkMock extends Network {