summaryrefslogtreecommitdiffstats
path: root/webapp/components/integrations/components/installed_commands/installed_commands.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/integrations/components/installed_commands/installed_commands.jsx')
-rw-r--r--webapp/components/integrations/components/installed_commands/installed_commands.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/integrations/components/installed_commands/installed_commands.jsx b/webapp/components/integrations/components/installed_commands/installed_commands.jsx
index 379ade8a1..7085afdc4 100644
--- a/webapp/components/integrations/components/installed_commands/installed_commands.jsx
+++ b/webapp/components/integrations/components/installed_commands/installed_commands.jsx
@@ -30,7 +30,7 @@ export default class InstalledCommands extends React.PureComponent {
users: PropTypes.object,
/**
- * Installed splash commands to display
+ * Installed slash commands to display
*/
commands: PropTypes.array,
@@ -40,7 +40,7 @@ export default class InstalledCommands extends React.PureComponent {
loading: PropTypes.bool,
/**
- * Set to allow changes to installed splash commands
+ * Set to allow changes to installed slash commands
*/
isAdmin: PropTypes.bool,