diff --git a/src/@ionic-native/plugins/phonegap-local-notification/index.ts b/src/@ionic-native/plugins/phonegap-local-notification/index.ts index b141b409b..9286c7e77 100644 --- a/src/@ionic-native/plugins/phonegap-local-notification/index.ts +++ b/src/@ionic-native/plugins/phonegap-local-notification/index.ts @@ -87,7 +87,7 @@ export interface LocalNotificationOptions { */ @Plugin({ pluginName: 'Phonegap Local Notifications', - plugin: 'phonegap-local-notifications', + plugin: 'phonegap-plugin-local-notification', pluginRef: 'Notification', repo: 'https://github.com/phonegap/phonegap-plugin-local-notification', platforms: ['Android', 'Browser', 'iOS', 'Windows']