Skip to content

Commit

Permalink
Adjusted Copilot System Console UI text (#224)
Browse files Browse the repository at this point in the history
* Adjusted Copilot System Console UI text

* one AI Copilot snuck though

---------

Co-authored-by: Christopher Speller <[email protected]>
  • Loading branch information
cwarnermm and crspeller authored Jul 29, 2024
1 parent 5586e1a commit 494cb7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions webapp/src/components/system_console/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ const Config = (props: Props) => {
botChangedAvatar={botChangedAvatar}
/>
<PanelFooterText>
<FormattedMessage defaultMessage='AI services are third party services; Mattermost is not responsible for output.'/>
<FormattedMessage defaultMessage='AI services are third-party services. Mattermost is not responsible for service output.'/>
</PanelFooterText>
</Panel>
<Panel
title={intl.formatMessage({defaultMessage: 'AI Functions'})}
subtitle={intl.formatMessage({defaultMessage: 'Choose which bot you want to be the default for each function.'})}
subtitle={intl.formatMessage({defaultMessage: 'Choose a default bot.'})}
>
<ItemList>
<SelectionItem
Expand All @@ -183,7 +183,7 @@ const Config = (props: Props) => {

<Panel
title={intl.formatMessage({defaultMessage: 'User restrictions (experimental)'})}
subtitle={intl.formatMessage({defaultMessage: 'Enable restrictions to allow or not users to use AI in this instance.'})}
subtitle={intl.formatMessage({defaultMessage: 'Restrict where Copilot can be used.'})}
>
<div className='form-group'>
<label
Expand Down Expand Up @@ -318,7 +318,7 @@ const Config = (props: Props) => {
</label>
<div className='help-text'>
<span>
<FormattedMessage defaultMessage='Enable tracing of LLM requests. Outputs whole conversations to the logs.'/>
<FormattedMessage defaultMessage='Enable tracing of LLM requests. Outputs full conversation data to the logs.'/>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/system_console/no_bots_page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const NoBotsPage = (props: Props) => {
<StyledPanelContainer>
<SparklesGraphic/>
<Title>{'No AI bots added yet'}</Title>
<Subtitle>{'To get started with AI copilot, add an AI bot'}</Subtitle>
<Subtitle>{'To get started with Copilot, add an AI bot'}</Subtitle>
<PrimaryButton onClick={props.onAddBotPressed}>
<StyledPlusIcon/>
{'Add an AI Bot'}
Expand Down

0 comments on commit 494cb7d

Please sign in to comment.