Skip to content

Commit 0836699

Browse files
committed
Wording
Signed-off-by: Trung Nguyen <[email protected]>
1 parent c37d84d commit 0836699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tile/ConfigEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ConfigEditor = ({
8181

8282
return (
8383
<Stack spacing={1}>
84-
<Typography variant="subtitle2">Config</Typography>
84+
<Typography variant="subtitle2">Parameters</Typography>
8585
<Stack direction="column" spacing={2}>
8686
{Object.keys(flattenedConfig).map((key: string) => {
8787
const edited = localConfig[key] !== flattenedConfig[key];

0 commit comments

Comments
 (0)