Fix some interpolations.
This commit is contained in:
parent
1367018c5b
commit
6a9b2c85e9
1 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ hi:
|
|||
no_results: "No results found"
|
||||
layouts:
|
||||
welcome_user: "Welcome, {{user_link}}"
|
||||
inbox: "inbox ({{size}})"
|
||||
inbox: "inbox ({{count}})"
|
||||
logout: logout
|
||||
log_in: log in
|
||||
sign_up: sign up
|
||||
|
@ -627,7 +627,7 @@ hi:
|
|||
settings_link_text: settings
|
||||
your friends: Your friends
|
||||
no friends: You have not added any friends yet.
|
||||
km away: "{{distance}}km away"
|
||||
km away: "{{count}}km away"
|
||||
nearby users: "Nearby users: "
|
||||
no nearby users: "There are no users who admit to mapping nearby yet."
|
||||
change your settings: change your settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue