瀏覽代碼

refactor: [6/n] Remove privileged mentions in strings

Peter Cai 2 年之前
父節點
當前提交
346ded6a9d
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      app-common/src/main/res/values/strings.xml
  2. 1 0
      app/src/main/res/values/strings.xml

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

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="no_euicc">No eUICC found on this device.\nOn some devices, you may need to enable dual SIM first in the menu of this app.</string>
+    <string name="no_euicc">No eUICC card on this device is accessible by this app.\nYou may want to try out the privileged OpenEUICC app instead.</string>
 
     <string name="enabled">Enabled</string>
     <string name="disabled">Disabled</string>

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

@@ -1,5 +1,6 @@
 <resources>
     <string name="app_name">OpenEUICC</string>
+    <string name="no_euicc">No eUICC found on this device.\nOn some devices, you may need to enable dual SIM first in the menu of this app.</string>
 
     <string name="dsds">Dual SIM</string>