diff --git a/view/Download_page.py b/view/Download_page.py index ce4785f..159d915 100644 --- a/view/Download_page.py +++ b/view/Download_page.py @@ -300,7 +300,7 @@ class Download_page( Product_page ): H4( u"What happens to my wiki if I stop using Luminotes?", class_ = u"upgrade_question" ), P( """ - There is no lock-in with Luminotes. You can export your entire wiki to either a stand-alone web page or a CSV spreadsheet — anytime you like. + There is no lock-in with Luminotes. You can export your entire wiki to a stand-alone web page or a CSV spreadsheet — anytime you like. """, class_ = u"upgrade_text", ), diff --git a/view/Upgrade_page.py b/view/Upgrade_page.py index 3ae2743..efe7390 100644 --- a/view/Upgrade_page.py +++ b/view/Upgrade_page.py @@ -282,7 +282,7 @@ class Upgrade_page( Product_page ): P( """ Your wiki is fully backed up every day, and you can even download the entire contents - of your wiki by clicking "download as html" whenever you want. + of your wiki as a stand-alone web page or a CSV spreadsheet — anytime you like. """, class_ = u"upgrade_text", ),