diff --git a/changelogs/fragments/8680.yml b/changelogs/fragments/8680.yml new file mode 100644 index 000000000000..3dc79aa5aa9d --- /dev/null +++ b/changelogs/fragments/8680.yml @@ -0,0 +1,2 @@ +refactor: +- Update change access modal display name ([#8680](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8680)) \ No newline at end of file diff --git a/src/plugins/workspace/public/components/workspace_form/workspace_collaborator_table.tsx b/src/plugins/workspace/public/components/workspace_form/workspace_collaborator_table.tsx index d0b00739e922..fad09555b312 100644 --- a/src/plugins/workspace/public/components/workspace_form/workspace_collaborator_table.tsx +++ b/src/plugins/workspace/public/components/workspace_form/workspace_collaborator_table.tsx @@ -305,7 +305,7 @@ export const WorkspaceCollaboratorTable = ({ values: { numCollaborators: selections.length, pluralSuffix: selections.length > 1 ? 's' : '', - accessLevel: type, + accessLevel: WORKSPACE_ACCESS_LEVEL_NAMES[type], }, })}