From 949b8d9afe39e60ab264d71f4e3ef2959996fefc Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri, 18 Sep 2020 16:22:35 +0100
Subject: [PATCH] Rename apps back to widgets
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---
src/components/views/elements/AppTile.js | 4 ++--
src/components/views/right_panel/RoomSummaryCard.tsx | 4 ++--
src/components/views/right_panel/WidgetCard.tsx | 2 +-
src/i18n/strings/en_EN.json | 12 ++++++------
4 files changed, 11 insertions(+), 11 deletions(-)
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 =