mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
add help recover account to conversation action menu
This commit is contained in:
@@ -27,4 +27,9 @@
|
|||||||
android:title="@string/delete_contact"
|
android:title="@string/delete_contact"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/action_help_recover_account"
|
||||||
|
android:icon="@drawable/introduction_white"
|
||||||
|
android:title="@string/help_recover_account"
|
||||||
|
app:showAsAction="never"/>
|
||||||
</menu>
|
</menu>
|
||||||
@@ -695,6 +695,10 @@
|
|||||||
<string name="title_recovery_mode">Recovery Mode</string>
|
<string name="title_recovery_mode">Recovery Mode</string>
|
||||||
<string name="title_help_recover">Help recover account</string>
|
<string name="title_help_recover">Help recover account</string>
|
||||||
|
|
||||||
|
<!-- conversation action for custodian -->
|
||||||
|
|
||||||
|
<string name="help_recover_account">Help recover account</string>
|
||||||
|
|
||||||
<!-- setup screen -->
|
<!-- setup screen -->
|
||||||
|
|
||||||
<string name="setup_new_account">Create new account</string>
|
<string name="setup_new_account">Create new account</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user