|
|
@@ -20,7 +20,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
|
|
|
<div className="card slack-work-space-name-card">
|
|
|
<div className="m-2 text-center">
|
|
|
<h5 className="font-weight-bold">
|
|
|
- {isConnectedFailed ? 'Setting #1' : workspaceName}
|
|
|
+ {isConnectedFailed ? 'Settings #1' : workspaceName}
|
|
|
</h5>
|
|
|
<img width={20} height={20} src="/images/slack-integration/growi-bot-kun-icon.png" />
|
|
|
</div>
|