strings typo fixes

This commit is contained in:
erik-everardo 2024-04-20 11:51:41 -06:00
parent 3f67933bc8
commit be4e0ef294

View File

@ -114,7 +114,7 @@
<string name="invalid_code">The code you entered is invalid. Some reasons may be that the code is misspelled or it has already expired.</string> <string name="invalid_code">The code you entered is invalid. Some reasons may be that the code is misspelled or it has already expired.</string>
<string name="invalid_email">Email is invalid</string> <string name="invalid_email">Email is invalid</string>
<string name="codes_sent_limit_reached">It is not possible to send more codes, you have reached the limit. Contact the administrator.</string> <string name="codes_sent_limit_reached">It is not possible to send more codes, you have reached the limit. Contact the administrator.</string>
<string name="loading">Loading...</string> <string name="loading">Loading</string>
<string name="unique_username">Unique username</string> <string name="unique_username">Unique username</string>
<string name="display_name">Display name</string> <string name="display_name">Display name</string>
<string name="create_a_password">Create a fairly strong password</string> <string name="create_a_password">Create a fairly strong password</string>
@ -197,7 +197,7 @@
<string name="new_follower_notification_text">Tap this notification to see their profile.</string> <string name="new_follower_notification_text">Tap this notification to see their profile.</string>
<string name="delete_notification">Delete notification</string> <string name="delete_notification">Delete notification</string>
<string name="delete_notification_dialog_message">Remove this notification?</string> <string name="delete_notification_dialog_message">Remove this notification?</string>
<string name="error_making_request">An error ocurred</string> <string name="error_making_request">An error occurred</string>
<string name="hashtags">Hashtags</string> <string name="hashtags">Hashtags</string>
<string name="newest_profiles">Newest profiles</string> <string name="newest_profiles">Newest profiles</string>
<string name="see_all">See all</string> <string name="see_all">See all</string>