Skip to content

Commit

Permalink
Use sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-on committed Nov 1, 2024
1 parent 19bf4db commit c89a897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chat-view/CreateTemplateDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function CreateTemplateDialogContent({
<Dialog.Content className="smtcmp-dialog-content">
<div className="smtcmp-dialog-header">
<Dialog.Title className="smtcmp-dialog-title">
Create Template
Create template
</Dialog.Title>
<Dialog.Description className="smtcmp-dialog-description">
Create a new template from the selected nodes
Expand Down Expand Up @@ -110,7 +110,7 @@ export default function CreateTemplateDialogContent({
</div>

<div className="smtcmp-dialog-bottom smtcmp-tailwind flex justify-end">
<button onClick={onSubmit}>Create Template</button>
<button onClick={onSubmit}>Create template</button>
</div>

<Dialog.Close className="smtcmp-dialog-close" asChild>
Expand Down

0 comments on commit c89a897

Please sign in to comment.