UpdatesFragment: Add missing "for" in check_updates button

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-18 12:19:07 +07:00
parent 1fbf3cf56e
commit 14aa476313

View File

@@ -471,5 +471,5 @@
<string name="action_logout_confirmation_message">Are you sure you want to log out?</string>
<!-- UpdatesFragment -->
<string name="check_updates">Check updates</string>
<string name="check_updates">Check for updates</string>
</resources>