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 5c20bea commit 7bd6eacCopy full SHA for 7bd6eac
packages/webui/src/client/ui/Settings/Studio/PackageManager/AccessorTableRow.tsx
@@ -161,7 +161,7 @@ export function AccessorTableRow({
161
{(value, handleUpdate) => <TextInputControl value={value} handleUpdate={handleUpdate} />}
162
</LabelAndOverrides>
163
<LabelAndOverrides
164
- label={t('Resourse Id')}
+ label={t('Resource Id')}
165
hint={t('(Optional) This could be the name of the computer on which the local folder is on')}
166
item={packageContainer}
167
//@ts-expect-error can't be 4 levels deep
0 commit comments