Merge pull request #2108 from licaon-kter/patch-2

Daniel Gultsch created

Fix typo

Change summary

src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/values/strings.xml 🔗

@@ -698,5 +698,5 @@
 	<string name="error_message">Error Message</string>
 	<string name="data_saver_enabled">Data saver enabled</string>
 	<string name="data_saver_enabled_explained">Your operating system is restricting Conversations from accessing the Internet when in background. To receive notifications of new messages you should allow Conversations unrestricted access when Data saver is on.\nConversations will still make an effort to save data when possible.</string>
-	<string name="device_does_not_support_data_saver">Your device does not supporting disabling Data saver for Conversations.</string>
+	<string name="device_does_not_support_data_saver">Your device does not support disabling Data saver for Conversations.</string>
 </resources>