Skip to content

Commit 5b16071

Browse files
committed
fix: OU-1236 update tooltip message on kebab when 'Checking permissions...'
1 parent b883660 commit 5b16071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/dashboards/perses/dashboard-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const DashboardActionsCell = React.memo(
9393
}
9494
if (permissionsLoading) {
9595
return (
96-
<Tooltip content={t('Permissions are loading')}>
96+
<Tooltip content={t('Checking permissions...')}>
9797
<div>
9898
<ActionsColumn items={emptyActions} isDisabled={true} />
9999
</div>

0 commit comments

Comments
 (0)