We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43df666 commit 46a6b5eCopy full SHA for 46a6b5e
app/forms/image-edit.tsx
@@ -50,7 +50,7 @@ export function EditImageSideModalForm({
50
loading={false}
51
>
52
<PropertiesTable>
53
- <PropertiesTable.Row label="Shared with">{type}</PropertiesTable.Row>
+ <PropertiesTable.Row label="Visibility">{type}</PropertiesTable.Row>
54
<PropertiesTable.IdRow id={image.id} />
55
<PropertiesTable.Row label="Size">
56
<span>{bytesToGiB(image.size)}</span>
0 commit comments