Skip to content
Commit 9462a816 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧 Committed by Aleix Pol Gonzalez
Browse files

ui: Fix plural calculation of app list page heading

We cannot use roughCount as the value for i18np(). It's a string and we
need a number.

As it's <1000 JS will be overly smart and convert the number into a string
but eventually we give "1000+" and then the conversion returns 0. Without
warnings. 👍

BUG: 464882
parent ced19a08
Pipeline #320161 passed with stage
in 1 minute and 47 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment