+
<%= link_to t('profile.data_request'),
request_data_path,
class: 'btn btn-sm btn-primary',
diff --git a/app/views/profile/edit.html.erb b/app/views/profile/edit.html.erb
index d37a961d0..50efaff34 100644
--- a/app/views/profile/edit.html.erb
+++ b/app/views/profile/edit.html.erb
@@ -137,3 +137,10 @@
<%= render partial: 'shared/generic_modal',
locals: { sort: 'deleteAccount',
title: t('profile.delete_account') } %>
+
+
+ <%= link_to :root, class: "btn btn-sm btn-primary" do %>
+
+ <%= t('back_to_home') %>
+ <% end %>
+
\ No newline at end of file
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 9f6959fd4..bddf9a740 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -2103,6 +2103,7 @@ de:
details: 'Details'
none: 'keine'
back: 'Zurück'
+ back_to_home: 'Zurück zur Startseite'
today: 'heute'
yesterday: 'gestern'
chapter: 'Kapitel %{number}. %{title}'
diff --git a/config/locales/en.yml b/config/locales/en.yml
index b514032d5..7f11b8c01 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1977,6 +1977,7 @@ en:
details: 'Details'
none: 'none'
back: 'Back'
+ back_to_home: 'Back to home'
today: 'today'
yesterday: 'yesterday'
chapter: 'Chapter %{number}. %{title}'