mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
FIX: uses correct label on mobile view for members (#23845)
This commit is contained in:
parent
42801c950f
commit
2ac2c846bc
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user