File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const COMMON_FILTERS: FilterSection[] = [
135
135
options : [
136
136
{
137
137
value : 'non-oss' ,
138
- name : 'Not Open Source' ,
138
+ name : 'Non Open Source' ,
139
139
} ,
140
140
{
141
141
value : 'oss' ,
@@ -154,7 +154,7 @@ export const COMMON_FILTERS: FilterSection[] = [
154
154
} ,
155
155
{
156
156
value : 'non_profit' ,
157
- name : 'Not profit' ,
157
+ name : 'Non profit' ,
158
158
} ,
159
159
] ,
160
160
} ,
@@ -185,7 +185,7 @@ export let FILTERS: FilterSection[] = [
185
185
} ,
186
186
{
187
187
value : `non-${ getFoundationNameLabel ( ) } ` ,
188
- name : `Not ${ FOUNDATION } Projects` ,
188
+ name : `Non ${ FOUNDATION } Projects` ,
189
189
} ,
190
190
] ,
191
191
} ,
@@ -244,7 +244,7 @@ export const overrideSettings = (values: SettingsValue) => {
244
244
} ,
245
245
{
246
246
value : `non-${ getFoundationNameLabel ( ) } ` ,
247
- name : `Not ${ FOUNDATION } Projects` ,
247
+ name : `Non ${ FOUNDATION } Projects` ,
248
248
} ,
249
249
] ,
250
250
} ,
You can’t perform that action at this time.
0 commit comments