changed sync name
This commit is contained in:
@@ -723,10 +723,13 @@
|
|||||||
android:name=".service.KeychainService"
|
android:name=".service.KeychainService"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
|
|
||||||
|
<!-- label is made to be "Keyserver Sync" since that is the only context in which
|
||||||
|
the user will see it-->
|
||||||
<provider
|
<provider
|
||||||
android:name=".provider.KeychainProvider"
|
android:name=".provider.KeychainProvider"
|
||||||
android:authorities="${applicationId}.provider"
|
android:authorities="${applicationId}.provider"
|
||||||
android:exported="false" />
|
android:exported="false"
|
||||||
|
android:label="@string/keyserver_sync_settings_title"/>
|
||||||
|
|
||||||
<!-- Internal classes of the remote APIs (not exported) -->
|
<!-- Internal classes of the remote APIs (not exported) -->
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
@@ -1352,6 +1352,7 @@
|
|||||||
<string name="passp_cache_notif_pwd">"Password"</string>
|
<string name="passp_cache_notif_pwd">"Password"</string>
|
||||||
|
|
||||||
<!-- Keyserver sync -->
|
<!-- Keyserver sync -->
|
||||||
|
<string name="keyserver_sync_settings_title">"Update Keys from Cloud"</string>
|
||||||
<string name="keyserver_sync_orbot_notif_title">"Sync From Cloud requires Orbot"</string>
|
<string name="keyserver_sync_orbot_notif_title">"Sync From Cloud requires Orbot"</string>
|
||||||
<string name="keyserver_sync_orbot_notif_msg">"Tap to start orbot"</string>
|
<string name="keyserver_sync_orbot_notif_msg">"Tap to start orbot"</string>
|
||||||
<string name="keyserver_sync_orbot_notif_start">"Start Orbot"</string>
|
<string name="keyserver_sync_orbot_notif_start">"Start Orbot"</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user