diff --git a/app/src/main/java/eu/faircode/email/ServiceUI.java b/app/src/main/java/eu/faircode/email/ServiceUI.java index b1b6b5f98e..528f8de64e 100644 --- a/app/src/main/java/eu/faircode/email/ServiceUI.java +++ b/app/src/main/java/eu/faircode/email/ServiceUI.java @@ -564,7 +564,7 @@ public class ServiceUI extends IntentService { SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); if (set) { long now = new Date().getTime(); - long interval = AlarmManager.INTERVAL_DAY * 30; + long interval = AlarmManager.INTERVAL_DAY * 14; long due = interval - (now % interval); long trigger = now + due; Log.i("Set banner alarm at " + new Date(trigger) + " due=" + due); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8177883b16..ff79627de8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1239,7 +1239,7 @@ To make FairEmail sustainable in the long term, some convenience and advanced features are not free to use. FairEmail displays a small message to remind you of this, which will be removed if you purchase the pro features. - Hide small message for a month + Hide small message for two weeks Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported. Please see this FAQ about the price of the pro features Purchase pending