diff --git a/src/components/views/dialogs/ConfirmRedactDialog.js b/src/components/views/dialogs/ConfirmRedactDialog.js
index fc9e55f666..db5197e338 100644
--- a/src/components/views/dialogs/ConfirmRedactDialog.js
+++ b/src/components/views/dialogs/ConfirmRedactDialog.js
@@ -42,7 +42,7 @@ export default React.createClass({
render: function() {
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
- const title = "Confirm Redaction";
+ const title = "Confirm Removal";
const confirmButtonClass = classnames({
'mx_Dialog_primary': true,
@@ -55,12 +55,12 @@ export default React.createClass({
title={title}
>
- Are you sure you wish to redact (delete) this event?
- Note that if you redact a room name or topic change, it could undo the change.
+ Are you sure you wish to remove (delete) this event?
+ Note that if you delete a room name or topic change, it could undo the change.
- Redact
+ Remove
diff --git a/src/components/views/messages/UnknownBody.js b/src/components/views/messages/UnknownBody.js
index 9b1bd74087..0efdbaf257 100644
--- a/src/components/views/messages/UnknownBody.js
+++ b/src/components/views/messages/UnknownBody.js
@@ -24,7 +24,7 @@ module.exports = React.createClass({
render: function() {
const text = this.props.mxEvent.getContent().body;
return (
-
+
{text}
);
diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js
index 8125adfe44..b2127a702b 100644
--- a/src/components/views/rooms/RoomSettings.js
+++ b/src/components/views/rooms/RoomSettings.js
@@ -927,7 +927,7 @@ module.exports = React.createClass({
-
{ _t('To redact other users\' messages') }, { _t('you must be a') }
+
{ _t('To remove other users\' messages') }, { _t('you must be a') }