We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b883660 commit 5b16071Copy full SHA for 5b16071
1 file changed
web/src/components/dashboards/perses/dashboard-list.tsx
@@ -93,7 +93,7 @@ const DashboardActionsCell = React.memo(
93
}
94
if (permissionsLoading) {
95
return (
96
- <Tooltip content={t('Permissions are loading')}>
+ <Tooltip content={t('Checking permissions...')}>
97
<div>
98
<ActionsColumn items={emptyActions} isDisabled={true} />
99
</div>
0 commit comments