Skip to content

Commit a727a54

Browse files
committed
fix(i18n): correct typo in status field i18n key in StorageListItem
1 parent 950c386 commit a727a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/manage/storages/Storage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function StorageListItem(props: StorageProps) {
127127
<Td>{props.storage.order}</Td>
128128
<Td>
129129
{t(
130-
`storages.tabl_fields.status.${props.storage.status}`,
130+
`storages.table_fields.status.${props.storage.status}`,
131131
undefined,
132132
props.storage.status,
133133
)}

0 commit comments

Comments
 (0)