From 571fb31af819ad2c53ee9cabccc0eeb62b915ae9 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 27 Oct 2019 17:34:55 +0100 Subject: Add a warning message for Firefox user (#2606) From version 63 and onwards, Firefox has removed the ability to add subscription services. This is a warning for deprecation on the subscription tools page. See #2100 --- app/i18n/en/sub.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en/sub.php') diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 765cbf964..252177940 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -75,6 +75,7 @@ return array( ), 'firefox' => array( 'documentation' => 'Follow the steps described here to add FreshRSS to Firefox feed reader list.', + 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', 'title' => 'Firefox feed reader', ), 'import_export' => array( -- cgit v1.2.3