diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js
index 47da4096c0..8034923158 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, mark devices known and send or cancel all.",
+ "Show devices, send anyway or cancel.",
{},
{
'showDevicesText': (sub) => { sub },