Skip to content

Commit 7594527

Browse files
committed
Replace 'Select All' with 'Select all' in filters
1 parent 4f7a026 commit 7594527

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/src/components/Projects/ColumnHeaderPopups/NumberPopup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const NumberPopup = ({
197197
selectAllCheckboxes(filteredOptions, setSelectedListItems)
198198
}
199199
>
200-
Select All {filteredOptions.length}
200+
Select all {filteredOptions.length}
201201
</button>
202202
<div style={{ display: "flex", alignItems: "center" }}>-</div>
203203
<button

client/src/components/Projects/ColumnHeaderPopups/StringListPopup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const TextPopup = ({
193193
selectAllCheckboxes(filteredOptions, setSelectedListItems)
194194
}
195195
>
196-
Select All {filteredOptions.length}
196+
Select all {filteredOptions.length}
197197
</button>
198198
<div style={{ display: "flex", alignItems: "center" }}>-</div>
199199
<button

client/src/components/Projects/ColumnHeaderPopups/StringPopup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const TextPopup = ({
208208
selectAllCheckboxes(filteredOptions, setSelectedListItems)
209209
}
210210
>
211-
Select All {filteredOptions.length}
211+
Select all {filteredOptions.length}
212212
</button>
213213
<div style={{ display: "flex", alignItems: "center" }}>-</div>
214214
<button

client/src/components/Projects/ColumnHeaderPopups/TextPopup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const TextPopup = ({
248248
selectAllCheckboxes(filteredOptions, setSelectedListItems)
249249
}
250250
>
251-
Select All {filteredOptions.length}
251+
Select all {filteredOptions.length}
252252
</button>
253253
<div style={{ display: "flex", alignItems: "center" }}>-</div>
254254
<button

0 commit comments

Comments
 (0)