Skip to content

Fix usage of i18np in ApplicationsListPage title text

Bharadwaj Raju requested to merge work/bharadwaj/applistpage-correct-i18np into master

i18np's first argument should be a valid number. Meanwhile roughCount is a string. Instead we should pass the extracted number as the plural-deciding argument. roughCount (the string) is used only for replacing.

BUG: 476148

Edited by Bharadwaj Raju

Merge request reports