-
Notifications
You must be signed in to change notification settings - Fork 19
string typo poeple instead of people #2023
Copy link
Copy link
Open
Description
When tapping the user icon in the bottom menu on the right side, the account page opens. The section Instance shows the instance name and number of users currently online.
Currently
<string name="online_user_count_message">%d poeple online</string>
Expected
<string name="online_user_count_message">%d people online</string>
Two locations seem to be affected:
<string name="edit_file_caption">Edit caption</string> <string name="online_user_count_message">%d poeple online</string>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels