diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ec1fd9c..b0ffd9e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Eliminated `firstOrderDate` from the summary of the portfolio details endpoint in favor of using `dateOfFirstActivity` from the user endpoint
- Refactored `lodash.uniq` with `Array.from(new Set(...))`
- Refreshed the cryptocurrencies list
+- Improved the language localization for German (`de`)
- Improved the language localization for Turkish (`tr`)
### Fixed
diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf
index 52a1a1da..c9e19c53 100644
--- a/apps/client/src/locales/messages.ca.xlf
+++ b/apps/client/src/locales/messages.ca.xlf
@@ -2223,7 +2223,7 @@
Està segur que vol eliminar aquest usuari?apps/client/src/app/components/admin-users/admin-users.component.ts
- 139
+ 142
@@ -2271,7 +2271,7 @@
Eliminar Usuariapps/client/src/app/components/admin-users/admin-users.html
- 251
+ 260
@@ -7804,6 +7804,30 @@
47
+
+ Security token
+ Security token
+
+ apps/client/src/app/components/admin-users/admin-users.component.ts
+ 163
+
+
+
+ Do you really want to generate a new security token for this user?
+ Do you really want to generate a new security token for this user?
+
+ apps/client/src/app/components/admin-users/admin-users.component.ts
+ 168
+
+
+
+ Generate Security Token
+ Generate Security Token
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 249
+
+