diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index 7449fde61..5a0db36d8 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -4826,5 +4826,6 @@ "enableAutocorrectToolName": "Enable autocorrect", "enableAutocorrectDescription": "Use your keyboard's built-in autocorrect when typing messages", "ttsDisbledTitle": "Text-to-speech disabled", - "ttsDisabledBody": "You can enable text-to-speech in your learning settings" + "ttsDisabledBody": "You can enable text-to-speech in your learning settings", + "noSpaceDescriptionYet": "No space description created yet." } \ No newline at end of file diff --git a/lib/pangea/chat_settings/pages/pangea_chat_details.dart b/lib/pangea/chat_settings/pages/pangea_chat_details.dart index 858724555..0a4afbaf4 100644 --- a/lib/pangea/chat_settings/pages/pangea_chat_details.dart +++ b/lib/pangea/chat_settings/pages/pangea_chat_details.dart @@ -239,7 +239,9 @@ class PangeaChatDetailsView extends StatelessWidget { ), child: SelectableLinkify( text: room.topic.isEmpty - ? L10n.of(context).noChatDescriptionYet + ? room.isSpace + ? L10n.of(context).noSpaceDescriptionYet + : L10n.of(context).noChatDescriptionYet : room.topic, options: const LinkifyOptions(humanize: false), linkStyle: const TextStyle(