Skip to content

Commit

Permalink
OV-456: * text
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Sep 28, 2024
1 parent 8add881 commit 88cf35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/bundles/chat/pages/chat-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ChatModal: React.FC<Properties> = ({
<Chat
messages={messages}
onSendMessage={handleSendMessage}
headerTitle="AI assistant"
headerTitle="AI Assistant"
headerComment="Your secret to crafting compelling scripts effortlessly!"
/>
</ModalContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const GenerateScriptView: React.FC<Properties> = ({ onClose }) => {
return (
<>
<Heading className={styles['script-view-heading']} variant="H3">
Use our AI assistant to draft your video script
Use our AI Assistant to draft your video script
</Heading>
<Tabs variant="unstyled" size="sm">
<TabList className={styles['script-view-tab-list']}>
Expand Down

0 comments on commit 88cf35f

Please sign in to comment.