Skip to content

Commit

Permalink
Merge pull request #346 from TogetherCrew/hotfix/copy
Browse files Browse the repository at this point in the history
fix copy
  • Loading branch information
cyri113 authored Oct 22, 2024
2 parents a9d0931 + 0547d54 commit 5b31e5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function TcHivemindDiscordAnswering({
<div className='flex items-center'>
<TcText text='Answering' variant='h6' />
<TcIconWithTooltip
tooltipText='select the channels in which community members can ask questions to AI assistant using slash command /question.'
tooltipText='select the channels in which community members can ask questions to the AI assistant using slash command /question.'
data-testid='answering-tooltip'
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function TcHivemindGithub({
onChange={(e) => setIsActivated(e.target.checked)}
/>
}
label='Enable AI assistant to read public repositories of the selected organization on GitHub.'
label='Enable the AI assistant to read public repositories of the selected organization on GitHub.'
/>
<TcIconWithTooltip
tooltipText='Only the pull requests, issues, comments, and commits of public repositories will be read.'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/community-settings/ai-assistant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Index() {
<div className='space-y-4'>
<div className='space-y-4 px-4 pt-4 pb-[1rem] md:px-10'>
<TcText
text='AI Settings'
text='AI assistant Settings'
variant='h6'
fontWeight='bold'
/>
Expand Down

0 comments on commit 5b31e5a

Please sign in to comment.