diff --git a/src/components/views/dialogs/MessageEditHistoryDialog.tsx b/src/components/views/dialogs/MessageEditHistoryDialog.tsx index 6d06c7eabc..d561284272 100644 --- a/src/components/views/dialogs/MessageEditHistoryDialog.tsx +++ b/src/components/views/dialogs/MessageEditHistoryDialog.tsx @@ -161,7 +161,7 @@ export default class MessageEditHistoryDialog extends React.PureComponent
{_t("error|something_went_wrong")}
; } else { content = (
diff --git a/src/components/views/dialogs/RoomSettingsDialog.tsx b/src/components/views/dialogs/RoomSettingsDialog.tsx
index fedf47b598..0e372e0e54 100644
--- a/src/components/views/dialogs/RoomSettingsDialog.tsx
+++ b/src/components/views/dialogs/RoomSettingsDialog.tsx
@@ -134,7 +134,7 @@ class RoomSettingsDialog extends React.Component
- {_t(
- "Please note: this is a labs feature using a temporary implementation. This means you will not be able to delete your location history, and advanced users will be able to see your location history even after you stop sharing your live location with this room.",
- )}
- {_t("location_sharing|live_enable_description")}
-
{_t("Something went wrong!")}
+ {_t("error|something_went_wrong")}
{bugReportSection}
{clearCacheButton}