Skip to content

Commit 46a6b5e

Browse files
authored
minor: image edit "shared with" -> "visibility" (#2996)
just didn't like it
1 parent 43df666 commit 46a6b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/forms/image-edit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function EditImageSideModalForm({
5050
loading={false}
5151
>
5252
<PropertiesTable>
53-
<PropertiesTable.Row label="Shared with">{type}</PropertiesTable.Row>
53+
<PropertiesTable.Row label="Visibility">{type}</PropertiesTable.Row>
5454
<PropertiesTable.IdRow id={image.id} />
5555
<PropertiesTable.Row label="Size">
5656
<span>{bytesToGiB(image.size)}</span>

0 commit comments

Comments
 (0)