Skip to content

Commit abe02c7

Browse files
authored
Change 'Damage Spread' to 'Damage spread'
1 parent 46fac6b commit abe02c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/quickplay/ServerFinder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ export default function ServerFinder({ hash }: { hash: string }) {
14431443
)}
14441444
{availableSettings[quickplayStore.matchGroup].has("dmgspread") && (
14451445
<div className={quickplayStore.classicMode ? "col-6" : "col-auto"}>
1446-
<h4 style={{ fontWeight: 500 }}>Damage Spread</h4>
1446+
<h4 style={{ fontWeight: 500 }}>Damage spread</h4>
14471447
<div className="form-check">
14481448
<input
14491449
className="form-check-input"

0 commit comments

Comments
 (0)