mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: uses correct label on mobile view for members (#23845)
This commit is contained in:
@@ -316,7 +316,7 @@ export default class ChatAboutScreen extends Component {
|
||||
categoryLabel = I18n.t("chat.settings.category_label");
|
||||
historyLabel = I18n.t("chat.settings.history_label");
|
||||
adminSectionTitle = I18n.t("chat.settings.admin_title");
|
||||
membersLabel = I18n.t("chat.settings.tabs.members_label");
|
||||
membersLabel = I18n.t("chat.channel_info.tabs.members");
|
||||
descriptionSectionTitle = I18n.t("chat.about_view.description");
|
||||
titleSectionTitle = I18n.t("chat.about_view.title");
|
||||
descriptionPlaceholder = I18n.t(
|
||||
|
||||
Reference in New Issue
Block a user