diff --git a/contentcuration/contentcuration/frontend/accounts/pages/accountDeleted/AccountDeleted.vue b/contentcuration/contentcuration/frontend/accounts/pages/accountDeleted/AccountDeleted.vue
index 325482ddfd..032cfc506a 100644
--- a/contentcuration/contentcuration/frontend/accounts/pages/accountDeleted/AccountDeleted.vue
+++ b/contentcuration/contentcuration/frontend/accounts/pages/accountDeleted/AccountDeleted.vue
@@ -2,7 +2,13 @@
+ >
+
+
+ {{ $tr('backToLogin') }}
+
+
+
@@ -18,6 +24,7 @@
},
$trs: {
accountDeletedTitle: 'Account successfully deleted',
+ backToLogin: 'Continue to sign-in page',
},
};
diff --git a/contentcuration/contentcuration/frontend/accounts/pages/activateAccount/AccountCreated.vue b/contentcuration/contentcuration/frontend/accounts/pages/activateAccount/AccountCreated.vue
index b8edb22ee2..14e106c232 100644
--- a/contentcuration/contentcuration/frontend/accounts/pages/activateAccount/AccountCreated.vue
+++ b/contentcuration/contentcuration/frontend/accounts/pages/activateAccount/AccountCreated.vue
@@ -2,7 +2,13 @@
+ >
+
+
+ {{ $tr('backToLogin') }}
+
+
+
@@ -18,6 +24,7 @@
},
$trs: {
accountCreatedTitle: 'Account successfully created',
+ backToLogin: 'Continue to sign-in page',
},
};