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 @@
}