Skip to content

Commit 7bd6eac

Browse files
chore: fix typo
1 parent 5c20bea commit 7bd6eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/Settings/Studio/PackageManager/AccessorTableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export function AccessorTableRow({
161161
{(value, handleUpdate) => <TextInputControl value={value} handleUpdate={handleUpdate} />}
162162
</LabelAndOverrides>
163163
<LabelAndOverrides
164-
label={t('Resourse Id')}
164+
label={t('Resource Id')}
165165
hint={t('(Optional) This could be the name of the computer on which the local folder is on')}
166166
item={packageContainer}
167167
//@ts-expect-error can't be 4 levels deep

0 commit comments

Comments
 (0)