ソースを参照

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

Peter Cai 2 年 前
コミット
346ded6a9d

+ 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>