Skip to content

Commit 867a6cc

Browse files
committed
fix: nanofix
1 parent fec2e5d commit 867a6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/ProgressWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function ProgressWrapper({
5252
if (numericCapacity <= 0) {
5353
return String(valueText);
5454
}
55-
return i18n('value_of_capacity', {value: valueText, capacity: capacityText});
55+
return i18n('context_capacity-usage', {value: valueText, capacity: capacityText});
5656
}, [valueText, capacityText, numericCapacity]);
5757

5858
const validatedWidth = Math.max(0, width);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"alert_no-data": "No data",
3-
"value_of_capacity": "{{value}} of {{capacity}}"
3+
"context_capacity-usage": "{{value}} of {{capacity}}"
44
}

0 commit comments

Comments
 (0)