瀏覽代碼

修复字符串bug

Frankensteinly 10 月之前
父節點
當前提交
8d0c9a223d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/values/strings.xml

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

@@ -100,7 +100,7 @@
     <string name="presentation_login_tip">Please swipe your card to log in</string>
 
     <!--  简易版单机演示Demo  -->
-    <string name="simple_config_file_tip">presentation.txt file not found. Please create a "presentation" folder in the phone's Download directory and place the presentation.txt file inside.</string>
+    <string name="simple_config_file_tip">presentation.txt file not found. Please create a "presentation" folder in the Download directory and place the presentation.txt file inside.</string>
     <string name="simple_please_swipe_card">Card Swipe Login</string>
     <string name="simple_device_is_initializing">Initializing device...</string>
     <string name="simple_login_success_welcome">Login successful, welcome %s</string>