diff --git a/app/views/account/settings/_entropy.html.erb b/app/views/account/settings/_entropy.html.erb
index ec9c58302..53f5064ce 100644
--- a/app/views/account/settings/_entropy.html.erb
+++ b/app/views/account/settings/_entropy.html.erb
@@ -1,8 +1,7 @@
-
-
- Auto close
- Fizzy doesn’t let stale cards stick around forever. Cards automatically move to “Not Now” if there is no activity for specific period of time. This is the default, global setting — you can override it on each board.
-
+
+ Auto close
+ Fizzy doesn’t let stale cards stick around forever. Cards automatically move to “Not Now” if there is no activity for specific period of time. This is the default, global setting — you can override it on each board.
+
+
+<%= render "entropy/auto_close", model: account.entropy, url: account_entropy_path, disabled: !Current.user.admin? %>
- <%= render "entropy/auto_close", model: account.entropy, url: account_entropy_path, disabled: !Current.user.admin? %>
-
diff --git a/app/views/account/settings/_export.html.erb b/app/views/account/settings/_export.html.erb
index e5c2a9c02..d44bb4b74 100644
--- a/app/views/account/settings/_export.html.erb
+++ b/app/views/account/settings/_export.html.erb
@@ -1,22 +1,19 @@
-
-
+
-
-
Export
+
+
Begin export...
-
- Data Export
- We will create a downloadable ZIP file of all the Fizzy data that you have access to in this account.
- This can take a few minutes. When the file is ready, we'll email you a link to download it.
- The download link will expire after 24 hours. But you can always request another export later.
+
+ Export your account data
+ This will kick off a request to generate a ZIP archive of all the data in boards you have access to.
+ When the file is ready, we’ll email you a link to download it. The link will expire after 24 hours.
-
- Cancel
- <%= button_to "Export", account_exports_path, method: :post, class: "btn btn--primary", form: { data: { action: "submit->dialog#close" } } %>
-
-
-
-
+
+ <%= button_to "Start export", account_exports_path, method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %>
+ Cancel
+
+
+
\ No newline at end of file
diff --git a/app/views/account/settings/show.html.erb b/app/views/account/settings/show.html.erb
index 4291dc1b4..273a07b9a 100644
--- a/app/views/account/settings/show.html.erb
+++ b/app/views/account/settings/show.html.erb
@@ -15,6 +15,8 @@
<%= render "account/settings/users", users: @users %>
- <%= render "account/settings/entropy", account: @account %>
- <%= render "account/settings/export" %>
+
+ <%= render "account/settings/entropy", account: @account %>
+ <%= render "account/settings/export" %>
+