From 57b14c2df97c5be77afe60e98f5e4219c454a9a3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 4 Mar 2020 08:05:30 +0100 Subject: Minor changes to the user data management page. --- newspipe/web/templates/management.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/newspipe/web/templates/management.html b/newspipe/web/templates/management.html index af4dae2b..a6a7d57c 100644 --- a/newspipe/web/templates/management.html +++ b/newspipe/web/templates/management.html @@ -25,27 +25,30 @@

{{ _('Your data') }}

+

{{ _('Articles') }}

-

{{ _('Import') }}

+
{{ _('Import') }}
{{ _('Import a Newspipe account') }} (*.json)
-

{{ _('Export') }}

+
+
{{ _('Export') }}
{{ _('Export your Newspipe account to JSON') }}

{{ _('OPML') }}

-

{{ _('Import') }}

+
{{ _('Import') }}
{{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml)
-

{{ _('Export') }}

+
+
{{ _('Export') }}
@@ -67,6 +70,7 @@
-- cgit