mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-04 13:48:02 +00:00
Fix range pluralization
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
cd3aaf6957
commit
9f65029b4e
1 changed files with 2 additions and 2 deletions
|
@ -258,9 +258,9 @@
|
|||
{{
|
||||
$tc(
|
||||
"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,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue