Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix copy #346

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading