diff --git a/app/views/account/settings/_export.html.erb b/app/views/account/settings/_export.html.erb index 2b831837c..ad2d8392a 100644 --- a/app/views/account/settings/_export.html.erb +++ b/app/views/account/settings/_export.html.erb @@ -4,13 +4,13 @@
Download a complete archive of all account data.
-
+
- -

Export all account data

-

This will generate a ZIP archive of all data in this account including all boards, cards, users, and settings.

-

When the file is ready, we'll email you a link to download it. The link will expire after 24 hours.

+ +

Export all account data

+

This will generate a ZIP archive of all data in this account including all boards, cards, users, and settings.

+

We‘ll email you a link to download the file when it‘s ready. The link will expire after 24 hours.

<%= button_to "Start export", account_exports_path, method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %> diff --git a/app/views/users/_data_export.html.erb b/app/views/users/_data_export.html.erb index 2359fbbef..566d41f0b 100644 --- a/app/views/users/_data_export.html.erb +++ b/app/views/users/_data_export.html.erb @@ -4,13 +4,13 @@
Download an archive of your Fizzy data.
-
+
- -

Export your data

-

This will generate a ZIP archive of all cards you have access to.

-

When ready, we'll email you a download link (expires in 24 hours).

+ +

Export your data

+

This will generate a ZIP archive of all cards you have access to.

+

We‘ll email you a link to download the file when it‘s ready. The link will expire after 24 hours.

<%= button_to "Start export", user_data_exports_path(@user), method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %>