Skip to content

Commit 6df91f1

Browse files
authored
fix(20074): fix the tooltip for the view on workspace CTA (#361)
1 parent 6e84444 commit 6df91f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hivemq-edge/src/frontend/src/modules/ProtocolAdapters/components/panels/ProtocolAdapters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const ProtocolAdapters: FC = () => {
157157
size="sm"
158158
ml={2}
159159
onClick={() => handleViewWorkspace(id, type as string)}
160-
aria-label={t('bridge.subscription.delete')}
160+
aria-label={t('protocolAdapter.table.actions.workspace')}
161161
icon={<WorkspaceIcon />}
162162
/>
163163
)}

0 commit comments

Comments
 (0)