소스 검색

Update text for empty chat

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 년 전
부모
커밋
4a5821802f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/values/strings.xml

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

@@ -196,7 +196,7 @@ Find Nextcloud on https://nextcloud.com</string>
     <string name="nc_description_send_message_button">Send message</string>
 
     <!-- Chat empty state -->
-    <string name="nc_chat_empty">Click to be the first to say %1$s!</string>
+    <string name="nc_chat_empty">Tap to be the first to say %1$s!</string>
     <string name="nc_hello">Hello</string>
 
 </resources>