Skip to content

Commit 8bd1b81

Browse files
author
Vikas Agarwal
committed
Github issue#1135, Chatbot: copy changes on spec
— Done Github issue#1134, Update copyright year on spec footer — Done
1 parent 4a0c601 commit 8bd1b81

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/components/FooterV2/FooterV2.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from 'react'
2+
import moment from 'moment'
23
import './FooterV2.scss'
34

45
const FooterV2 = () => (
@@ -11,7 +12,7 @@ const FooterV2 = () => (
1112
<li><a href="https://connect.topcoder.com/terms">Terms</a></li>
1213
</ul>
1314
<div className="footer-copyright">
14-
Topcoder © 2016.
15+
Topcoder © { moment().format('YYYY') }.
1516
</div>
1617
</div>
1718
)

src/config/projectQuestions/ibm_chatbot.v1.0.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const sections = [
9696
{
9797
icon: 'question',
9898
required: true,
99-
title: 'Will the chatbot need to access data from any systems to support the capabilities you listed above? If so, please list the systems below. (Change to text box)',
99+
title: 'Will the chatbot need to access data from any systems to support the capabilities you listed above? If so, please list the systems below.',
100100
description: '',
101101
type: 'textbox',
102102
fieldName: 'details.appDefinition.integrationSystems'
@@ -112,7 +112,7 @@ const sections = [
112112
{
113113
icon: 'question',
114114
required: true,
115-
title: 'Are you planning to transfer conversations to human agents? If so, please list the agents’ communication tools (e.g., Slack, LiveAgent, Intercom, etc.)',
115+
title: 'Are you planning to transfer conversations to human agents? If so, please list the agents’ communication tools (e.g., Slack, LiveAgent, Intercom, etc.).',
116116
description: '',
117117
type: 'textbox',
118118
fieldName: 'details.appDefinition.transferToHumanAgents'
@@ -216,7 +216,7 @@ export const basicSections = [
216216
{
217217
icon: 'question',
218218
required: true,
219-
title: 'Will the chatbot need to access data from any systems to support the capabilities you listed above? If so, please list the systems below. (Change to text box)',
219+
title: 'Will the chatbot need to access data from any systems to support the capabilities you listed above? If so, please list the systems below.',
220220
description: '',
221221
type: 'textbox',
222222
fieldName: 'details.appDefinition.integrationSystems'
@@ -232,7 +232,7 @@ export const basicSections = [
232232
{
233233
icon: 'question',
234234
required: true,
235-
title: 'Are you planning to transfer conversations to human agents? If so, please list the agents’ communication tools (e.g., Slack, LiveAgent, Intercom, etc.)',
235+
title: 'Are you planning to transfer conversations to human agents? If so, please list the agents’ communication tools (e.g., Slack, LiveAgent, Intercom, etc.).',
236236
description: '',
237237
type: 'textbox',
238238
fieldName: 'details.appDefinition.transferToHumanAgents'

0 commit comments

Comments
 (0)