Rename "users" to "people" in Landing Page

This commit is contained in:
jvyden 2022-08-19 01:33:07 -04:00
parent 7f91393f41
commit a82c3c18e6
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -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>