aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/omemo_key_context.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/omemo_key_context.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/menu/omemo_key_context.xml b/src/main/res/menu/omemo_key_context.xml
index 2e2fc5dac..f63a3439b 100644
--- a/src/main/res/menu/omemo_key_context.xml
+++ b/src/main/res/menu/omemo_key_context.xml
@@ -2,8 +2,8 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/purge_omemo_key"
- android:title="@string/purge_key"/>
+ android:title="@string/purge_key" />
<item
android:id="@+id/copy_omemo_key"
- android:title="@string/copy_fingerprint"/>
+ android:title="@string/copy_fingerprint" />
</menu> \ No newline at end of file