File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/core/emulator/providers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import * as moment from 'moment';
2424import { Subject , Observable } from 'rxjs' ;
2525
2626/**
27- * Emulates the Cordova Globalization plugin in desktop apps and in browser.
27+ * Emulates the Local Notifications plugin in desktop apps and in browser.
2828 */
2929@Injectable ( )
3030export class LocalNotificationsMock extends LocalNotifications {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { Network } from '@ionic-native/network';
1717import { Observable , Subject } from 'rxjs' ;
1818
1919/**
20- * Emulates the Cordova Globalization plugin in desktop apps and in browser.
20+ * Emulates the Ionic Network plugin in desktop apps and in browser.
2121 */
2222@Injectable ( )
2323export class NetworkMock extends Network {
You can’t perform that action at this time.
0 commit comments