Skip to content

Commit

Permalink
fix: change Knowledge Center to Knowledge Base (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
CK-7vn authored Jan 6, 2025
1 parent 4ce09db commit 0122af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/FeatureLevelCheckboxes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function FeatureLevelCheckboxes({
<>
<CheckboxGeneric
name="open_content"
label="Knowledge Center"
label="Knowledge Base"
checked={getCheckboxChecked(FeatureAccess.OpenContentAccess)}
onChange={handleFeatureToggle}
/>
Expand Down

0 comments on commit 0122af6

Please sign in to comment.