From 2b347fe889f7e0364775beafba2f06da42e426b8 Mon Sep 17 00:00:00 2001 From: Bas ten Feld Date: Fri, 13 Sep 2019 14:37:37 +0200 Subject: [PATCH] fix(app-rate) add missing locale properties (#3159) --- src/@ionic-native/plugins/app-rate/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/@ionic-native/plugins/app-rate/index.ts b/src/@ionic-native/plugins/app-rate/index.ts index b67227c20..64461784c 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -80,6 +80,12 @@ export interface AppRateCustomLocale { /** Feedback prompt title */ feedbackPromptTitle?: string; + + /** Feedback prompt message */ + appRatePromptMessage?: string; + + /** Feedback prompt message */ + feedbackPromptMessage?: string; } export interface AppRateCallbacks {