Skip to content

Commit bea42b4

Browse files
committed
fix: title
1 parent d75bd92 commit bea42b4

File tree

1 file changed

+1
-1
lines changed
  • src/containers/Tenant/Diagnostics/TenantOverview/MetricsTabs

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TenantOverview/MetricsTabs/MetricsTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function MetricsTabs({
128128
<Link to={tabLinks.storage} className={b('link')}>
129129
<TabCard
130130
text={
131-
storageGroupsCount === undefined
131+
storageGroupsCount === undefined || isServerless
132132
? i18n('cards.storage-label')
133133
: i18n('context_storage-groups', {count: storageGroupsCount})
134134
}

0 commit comments

Comments
 (0)