strings: fix notification_channel_updates

The way it was written makes it sound like it was describing something that updates notifications, instead of what it is, that it specifies that these notifications are about updates
This commit is contained in:
LucasMZ
2025-03-30 18:32:02 -03:00
parent 19cb2ebf0e
commit 9b3166bc08

View File

@@ -323,7 +323,7 @@
<string name="requesting_new_session">Requesting new session</string>
<string name="server_maintenance">Server down for maintenance</string>
<string name="downloading_dep">Downloading additional files for <xliff:g id="app">%1$s</xliff:g></string>
<string name="notification_channel_updates">Updates notifications</string>
<string name="notification_channel_updates">Update notifications</string>
<string name="notification_updates_available"><xliff:g id="apps_count">%1$d</xliff:g> updates available</string>
<string name="notification_updates_available_1"><xliff:g id="apps_count">%1$d</xliff:g> update available</string>
<string name="notification_updates_available_desc_1">A new version of <xliff:g id="app_one_name">%1$s</xliff:g> is available</string>