mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-01 13:42:28 +00:00
Rename "users" to "people" in Landing Page
This commit is contained in:
parent
7f91393f41
commit
a82c3c18e6
1 changed files with 3 additions and 3 deletions
|
@ -35,17 +35,17 @@
|
|||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>There are no users online. Why not hop on?</value>
|
||||
<value>There are no people online. Why not hop on?</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>There is 1 user currently online:</value>
|
||||
<value>There is 1 person currently online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>There are currently {0} users online:</value>
|
||||
<value>There are currently {0} people online:</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue