Skip to content

Commit 13b322b

Browse files
Update webview-ui/src/components/settings/ContextManagementSettings.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 9ad3d7d commit 13b322b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ContextManagementSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const ContextManagementSettings = ({
7979
checked={showRooIgnoredFiles}
8080
onChange={(e: any) => setCachedStateField("showRooIgnoredFiles", e.target.checked)}
8181
data-testid="show-rooignored-files-checkbox">
82-
<label className="blockl font-medium mb-1">
82+
<label className="block font-medium mb-1">
8383
{t("settings:contextManagement.rooignore.label")}
8484
</label>
8585
</VSCodeCheckbox>

0 commit comments

Comments
 (0)