Skip to content

Commit 896bbf6

Browse files
authored
Fix typo (#761)
Signed-off-by: Daniel Castaño Sánchez <[email protected]>
1 parent a648e40 commit 896bbf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui/webapp/src/data.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const COMMON_FILTERS: FilterSection[] = [
135135
options: [
136136
{
137137
value: 'non-oss',
138-
name: 'Not Open Source',
138+
name: 'Non Open Source',
139139
},
140140
{
141141
value: 'oss',
@@ -154,7 +154,7 @@ export const COMMON_FILTERS: FilterSection[] = [
154154
},
155155
{
156156
value: 'non_profit',
157-
name: 'Not profit',
157+
name: 'Non profit',
158158
},
159159
],
160160
},
@@ -185,7 +185,7 @@ export let FILTERS: FilterSection[] = [
185185
},
186186
{
187187
value: `non-${getFoundationNameLabel()}`,
188-
name: `Not ${FOUNDATION} Projects`,
188+
name: `Non ${FOUNDATION} Projects`,
189189
},
190190
],
191191
},
@@ -244,7 +244,7 @@ export const overrideSettings = (values: SettingsValue) => {
244244
},
245245
{
246246
value: `non-${getFoundationNameLabel()}`,
247-
name: `Not ${FOUNDATION} Projects`,
247+
name: `Non ${FOUNDATION} Projects`,
248248
},
249249
],
250250
},

0 commit comments

Comments
 (0)