diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-05 17:25:53 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-05 17:25:53 +0200 |
commit | 8c313011c0dd1e69db8fec22282fefdbc25b089e (patch) | |
tree | e3a2f4f6c334131cf4fef3ab227a3811a1ec4238 | |
parent | 2ea7ce415a6bc2a0b72bbe9b07a189a71f5378b1 (diff) | |
download | profani-tty-8c313011c0dd1e69db8fec22282fefdbc25b089e.tar.gz |
Fix typo in omemo command
-rw-r--r-- | src/omemo/omemo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c index 9f67d24c..db2c4217 100644 --- a/src/omemo/omemo.c +++ b/src/omemo/omemo.c @@ -856,7 +856,7 @@ omemo_on_message_send(ProfWin* win, const char* const message, gboolean request_ // (Since none of the recipients would be able to read the message.) if (keys == NULL) { win_println(win, THEME_ERROR, "!", "This message cannot be decrypted for any recipient.\n" - "You should trust your recipients' device fingerprint(s) using \"/omemo fingerprint trust FINGERPRINT\".\n" + "You should trust your recipients' device fingerprint(s) using \"/omemo trust FINGERPRINT\".\n" "It could also be that the key bundle of the recipient(s) have not been received. " "In this case, you could try \"omemo end\", \"omemo start\", and send the message again."); goto out; |