diff --git a/ui/site/login.html b/ui/site/login.html
index 88cc9a5..ffcbff2 100644
--- a/ui/site/login.html
+++ b/ui/site/login.html
@@ -42,7 +42,7 @@ if (conf["custom_css_link"]) {
Verification step
-
Enter the code you received by email or SMS
+
Enter the code you received by email or by SMS
-
Profile activity history
-
All profile operations and changes.
+
User profile activity
+
A list of all operations with the profile records.
diff --git a/ui/site/user-consent-management.html b/ui/site/user-consent-management.html
index 71ab796..2a3a335 100644
--- a/ui/site/user-consent-management.html
+++ b/ui/site/user-consent-management.html
@@ -48,8 +48,8 @@ if (conf["custom_css_link"]) {
-
Privacy portal
-
Manage all your consents in one screen. You can easily give or withdraw consent.
+
My agreements
+
Manage all your agreements in one screen. You can easily give or withdraw consent.
diff --git a/ui/site/user-profile.html b/ui/site/user-profile.html
index 3320177..600f2bd 100644
--- a/ui/site/user-profile.html
+++ b/ui/site/user-profile.html
@@ -60,7 +60,7 @@ if (conf["custom_css_link"]) {
-
Click on a field to edit, when finished click Save.
+
Click on a field to edit. When done click on "Save".
@@ -92,7 +92,7 @@ if (conf["custom_css_link"]) {
var editor;
function forgetme() {
var heading = "Confirm action";
- var question = "Are you sure? This can not be undone.";
+ var question = "Are you sure? This operation can not be undone.";
var cancelButtonTxt = "Close popup";
var okButtonTxt = "Forget me!";
var confirmModal =
@@ -131,7 +131,7 @@ if (conf["custom_css_link"]) {
if (xhr.status === 200) {
var data = JSON.parse(xhr.responseText);
if (data.status == "ok" && data.result && data.result == "request-created") {
- showAlert("Admin request created to cancel your account.");
+ showAlert("Admin request created to remove your account.");
} else if (data.status == "ok" && data.result && data.result == "request-exists") {
showAlert("Similar request already exists for Admin approval.");
} else {
diff --git a/ui/site/user-requests.html b/ui/site/user-requests.html
index 6192625..93c4469 100644
--- a/ui/site/user-requests.html
+++ b/ui/site/user-requests.html
@@ -199,12 +199,12 @@