Fix range pluralization
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
cd3aaf6957
commit
9f65029b4e
|
@ -258,9 +258,9 @@
|
||||||
{{
|
{{
|
||||||
$tc(
|
$tc(
|
||||||
"Within {number} kilometers of {place}",
|
"Within {number} kilometers of {place}",
|
||||||
loggedUser.settings.location.radius,
|
loggedUser.settings.location.range,
|
||||||
{
|
{
|
||||||
number: loggedUser.settings.location.radius,
|
number: loggedUser.settings.location.range,
|
||||||
place: loggedUser.settings.location.name,
|
place: loggedUser.settings.location.name,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue