diff --git a/auth/templates/account-info.html b/auth/templates/account-info.html index 6c9f71c..c275e24 100644 --- a/auth/templates/account-info.html +++ b/auth/templates/account-info.html @@ -116,5 +116,10 @@
Are services you subscribed to not functioning? You might need to repeat the initial setup. Don't worry: it only takes a minute.
+Do you want to undo the Rebble configuration process, removing it completely from your Pebble app? + You won't get access to the Rebble app store or any other Rebble services (including ones you've paid for!), + until you re-do the setup process, and it might erase some of your Pebble app data. If you have a paid subscription, this will not cancel it + for you. You'll need to cancel it using the button above. You might also need to try it multiple times for it to work. Still ready? + Just click this link here: -------> De-Rebble-ify! {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/auth/templates/logged-in.html b/auth/templates/logged-in.html index ccaf3eb..261dbf3 100644 --- a/auth/templates/logged-in.html +++ b/auth/templates/logged-in.html @@ -20,7 +20,10 @@
Also, note that if you are using a Pebble Time Round or Pebble 2 with an iOS 11 device, dictation did not work for - you before and probably still does not work for you now. We might have a fix for this, but it has not shipped - yet.
+Also, note that if you have a Pebble Time or newer, you will be prompted to update to the 4.4.0-rbl +firmware, which is a small bugfix that patches dictation not working in iOS 11 or newer.
+Also also, if you have a Pebble Classic or Pebble Steel that is on a very old firmware verison (pre-3.x), + it's highly recommended you go through the setup process with your Pebble before you + Rebble-ify it. More details at rebble.io/howto. +
{% endblock %}