diff --git a/app/views/admin/blog/posts/edit.html.haml b/app/views/admin/blog/posts/edit.html.haml
index 5b8be64..df1ed94 100644
--- a/app/views/admin/blog/posts/edit.html.haml
+++ b/app/views/admin/blog/posts/edit.html.haml
@@ -9,4 +9,4 @@
%br
-= link_to t('Back'), admin_blog_posts_path, class: 'button is-small is-danger'
+= link_to t('actions.Back'), admin_blog_posts_path, class: 'button is-small is-danger'
diff --git a/app/views/admin/blog/posts/new.html.haml b/app/views/admin/blog/posts/new.html.haml
index 7a13e8e..0129ba9 100644
--- a/app/views/admin/blog/posts/new.html.haml
+++ b/app/views/admin/blog/posts/new.html.haml
@@ -7,4 +7,4 @@
= render 'form'
-= link_to t('Back'), admin_places_path
+= link_to t('actions.Back'), admin_places_path
diff --git a/app/views/admin/user/subscriptions/edit.html.haml b/app/views/admin/user/subscriptions/edit.html.haml
index 52d5345..2c28c89 100644
--- a/app/views/admin/user/subscriptions/edit.html.haml
+++ b/app/views/admin/user/subscriptions/edit.html.haml
@@ -7,4 +7,4 @@
= render 'form'
-= link_to t('Back'), admin_user_path(@subscription.user)
+= link_to t('actions.Back'), admin_user_path(@subscription.user)
diff --git a/app/views/admin/user/subscriptions/new.html.haml b/app/views/admin/user/subscriptions/new.html.haml
index 1e9028b..660bf56 100644
--- a/app/views/admin/user/subscriptions/new.html.haml
+++ b/app/views/admin/user/subscriptions/new.html.haml
@@ -1,6 +1,8 @@
+-# spdx
+
%h1.title
= t('admin.user.subscriptions.new-title')
= render 'form'
-= link_to t('Back'), admin_user_path(@subscription.user)
+= link_to t('actions.Back'), admin_user_path(@subscription.user)
diff --git a/app/views/courses/show.html.haml b/app/views/courses/show.html.haml
index 5616802..b11b6ca 100644
--- a/app/views/courses/show.html.haml
+++ b/app/views/courses/show.html.haml
@@ -90,4 +90,4 @@
%hr
-= link_to t('Back'), :back, class: 'button is-link'
+= link_to t('actions.Back'), :back, class: 'button is-link'