diff --git a/CHANGELOG.md b/CHANGELOG.md index e04adcfac..de134e4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the alias display in the access table to share the portfolio - Improved the language localization for German (`de`) ### Fixed diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index 506190cfb..9dd6c8374 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -2,7 +2,7 @@ -
Alias + {{ element.alias }}