diff --git a/view/Front_page.py b/view/Front_page.py index 2635393..bc184b5 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -309,7 +309,7 @@ class Front_page( Product_page ): href = u"/tour", ), Div( u"Take your wiki to go", class_ = u"thumbnail_caption" ), - Div( u"Download your entire wiki with a single click.", class_ = u"thumbnail_caption_detail" ), + Div( u"Download your wiki as a web page or spreadsheet.", class_ = u"thumbnail_caption_detail" ), class_ = u"thumbnail_cell", ), Td( diff --git a/view/Tour_page.py b/view/Tour_page.py index 0b3187f..3573d7b 100644 --- a/view/Tour_page.py +++ b/view/Tour_page.py @@ -76,7 +76,7 @@ class Tour_page( Product_page ): Ol( Li( u"Connect your thoughts with links between notes" ), Li( u"Track past revisions and make updates without worry" ), - Li( u"Download your complete wiki with a single click" ), + Li( u"Download your complete wiki as a web page or spreadsheet" ), Li( u"Attach files to your wiki and download them anytime" ), class_ = u"tour_list", ),