From a7a0c55adfe69dfa1111245444d044cd1d713a49 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 28 Mar 2022 09:02:32 +0000 Subject: [PATCH] Display button as inline in room directory dialog (#8164) --- src/components/structures/RoomDirectory.tsx | 4 ++-- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/RoomDirectory.tsx b/src/components/structures/RoomDirectory.tsx index 83c151a85ea..5cb90f10862 100644 --- a/src/components/structures/RoomDirectory.tsx +++ b/src/components/structures/RoomDirectory.tsx @@ -727,9 +727,9 @@ export default class RoomDirectory extends React.Component { ; } const explanation = - _t("If you can't find the room you're looking for, ask for an invite or Create a new room.", null, + _t("If you can't find the room you're looking for, ask for an invite or create a new room.", null, { a: sub => ( - + { sub } ) }, diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 1e9e25fd942..a99a2480a6a 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3007,7 +3007,7 @@ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.", "Find a room…": "Find a room…", "Find a room… (e.g. %(exampleRoom)s)": "Find a room… (e.g. %(exampleRoom)s)", - "If you can't find the room you're looking for, ask for an invite or Create a new room.": "If you can't find the room you're looking for, ask for an invite or Create a new room.", + "If you can't find the room you're looking for, ask for an invite or create a new room.": "If you can't find the room you're looking for, ask for an invite or create a new room.", "Filter": "Filter", "Filter rooms and people": "Filter rooms and people", "Clear filter": "Clear filter",