diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js
index 79a88ed43d..6aaeab060f 100644
--- a/src/components/views/elements/AppTile.js
+++ b/src/components/views/elements/AppTile.js
@@ -863,13 +863,13 @@ export default class AppTile extends React.Component {
{ /* Minimise widget */ }
{ showMinimiseButton && }
{ /* Maximise widget */ }
{ showMaximiseButton && }
{ /* Title */ }
diff --git a/src/components/views/right_panel/RoomSummaryCard.tsx b/src/components/views/right_panel/RoomSummaryCard.tsx
index 9d20dc1fe1..95b159deed 100644
--- a/src/components/views/right_panel/RoomSummaryCard.tsx
+++ b/src/components/views/right_panel/RoomSummaryCard.tsx
@@ -99,7 +99,7 @@ const AppsSection: React.FC = ({ room }) => {
}
};
- return
+ return
{ apps.map(app => {
const name = WidgetUtils.getWidgetName(app);
const dataTitle = WidgetUtils.getWidgetDataTitle(app);
@@ -161,7 +161,7 @@ const AppsSection: React.FC = ({ room }) => {
}) }
- { apps.length > 0 ? _t("Edit apps, bridges & bots") : _t("Add apps, bridges & bots") }
+ { apps.length > 0 ? _t("Edit widgets, bridges & bots") : _t("Add widgets, bridges & bots") }
;
};
diff --git a/src/components/views/right_panel/WidgetCard.tsx b/src/components/views/right_panel/WidgetCard.tsx
index dec30a57f2..1677494708 100644
--- a/src/components/views/right_panel/WidgetCard.tsx
+++ b/src/components/views/right_panel/WidgetCard.tsx
@@ -152,7 +152,7 @@ const WidgetCard: React.FC = ({ room, widgetId, onClose }) => {
;
} else {
pinButton =