diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js
index 88f42b8d2a..47da4096c0 100644
--- a/src/components/structures/RoomStatusBar.js
+++ b/src/components/structures/RoomStatusBar.js
@@ -296,7 +296,7 @@ module.exports = React.createClass({
if (hasUDE) {
title = _t("Message not sent due to unknown devices being present");
content = _t(
- "Show devices, send without verifying or cancel all.",
+ "Show devices, mark devices known and send or cancel all.",
{},
{
'showDevicesText': (sub) => { sub },
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 2f21d39e2f..25b07751ae 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -775,7 +775,7 @@
"You have no visible notifications": "You have no visible notifications",
"Scroll to bottom of page": "Scroll to bottom of page",
"Message not sent due to unknown devices being present": "Message not sent due to unknown devices being present",
- "Show devices, send without verifying or cancel all.": "Show devices, send without verifying or cancel all.",
+ "Show devices, mark devices known and send or cancel all.": "Show devices, mark devices known and send or cancel all.",
"%(count)s of your messages have not been sent.|other": "Some of your messages have not been sent.",
"%(count)s of your messages have not been sent.|one": "Your message was not sent.",
"%(count)s Resend all or cancel all now. You can also select individual messages to resend or cancel.|other": "Resend all or cancel all now. You can also select individual messages to resend or cancel.",