Patch grammar in admin interface
This commit is contained in:
parent
ab15bad53f
commit
fc394c3981
1 changed files with 3 additions and 3 deletions
|
|
@ -111,9 +111,9 @@ en:
|
||||||
weekly_user_stats:
|
weekly_user_stats:
|
||||||
current_server: "Current server date is %{date}"
|
current_server: "Current server date is %{date}"
|
||||||
amount_of:
|
amount_of:
|
||||||
zero: "amount of new users this week: none"
|
zero: "Number of new users this week: none"
|
||||||
one: "amount of new users this week: %{count}"
|
one: "Number of new users this week: %{count}"
|
||||||
other: "amount of new users this week: %{count}"
|
other: "Number of new users this week: %{count}"
|
||||||
stats:
|
stats:
|
||||||
week: "Week"
|
week: "Week"
|
||||||
2weeks: "2 Week"
|
2weeks: "2 Week"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue