FIX: uses correct label on mobile view for members (#23845)

This commit is contained in:
Joffrey JAFFEUX 2023-10-09 15:15:42 +02:00 committed by GitHub
parent 42801c950f
commit 2ac2c846bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(