From 31096669720cb2edb12475e5de26e6310e158ca0 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Tue, 25 Aug 2026 12:44:59 +0200
Subject: [PATCH] Task/improve access table (#7718)
* Improve icons and labels of access table
* Update changelog
---
CHANGELOG.md | 1 +
.../components/access-table/access-table.component.html | 7 ++++---
.../app/components/access-table/access-table.component.ts | 6 ++++--
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bc214815..653cae509 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Harmonized the icons and labels in the access table to share the portfolio
- Migrated the create and edit access dialogs to dedicated routes
- Improved the response of the historical market data gathering endpoint for a specific date
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 c6e504d6c..15c0794ab 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
@@ -15,7 +15,7 @@
} @else if (element.type === 'PUBLIC') {
Public
} @else if (element.type === 'MCP') {
- MCP
+ Model Context Protocol (MCP)
}
@@ -112,10 +112,11 @@
}