You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
prune i18n and get rid of /help header
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -819,13 +819,6 @@ export const CommandMap = {
|
||||
Modal.createTrackedDialog('Slash Commands', 'Help', InfoDialog, {
|
||||
title: _t("Command Help"),
|
||||
description: <table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>{_t("Command")}</td>
|
||||
<td>{_t("Arguments")}</td>
|
||||
<td>{_t("Description")}</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{
|
||||
Object.values(CommandMap).map(cmd => {
|
||||
|
||||
Reference in New Issue
Block a user