diff --git a/common/app/routes/Settings/components/Camper.jsx b/common/app/routes/Settings/components/Camper.jsx index 5fcb8b4ad3..947249c426 100644 --- a/common/app/routes/Settings/components/Camper.jsx +++ b/common/app/routes/Settings/components/Camper.jsx @@ -45,7 +45,7 @@ function Camper({ { typeof points === 'number' ? (

- { `${points} ${pluralise('point', points > 1)}` } + { `${points} ${pluralise('point', points !== 1)}` }

) : null }