Browse Source

Merge pull request #2334 from nextcloud/Valdnet-patch-1

i18n: Change style of sentence
Valdnet 2 years ago
parent
commit
bc2e19a521
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/res/values/strings.xml

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -576,7 +576,7 @@
     <string name="nc_expire_message_one_day">1 day</string>
     <string name="nc_expire_message_eight_hours">8 hours</string>
     <string name="nc_expire_message_one_hour">1 hour</string>
-    <string name="nc_expire_messages_explanation">Expire chat messages after a certain time. Files shared into the chat will only be unshared from the conversation but are not deleted for the owner.</string>
+    <string name="nc_expire_messages_explanation">Chat messages can be expired after a certain time. Note: Files shared in chat will not be deleted for the owner, but will no longer be shared in the conversation.</string>
 
 
 </resources>