Skip to content

Commit

Permalink
Correct button label for recording conflict and eligibility check
Browse files Browse the repository at this point in the history
A "record" isn't a meaningful term in Clerk. See
https://linear.app/anika-legal/issue/TEC-158/.
  • Loading branch information
luca-vari committed Nov 6, 2024
1 parent 9898fde commit 47ec57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/forms/case-conflict-check.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ConflictForm: React.FC<CaseDetailFormProps> = ({
positive
type="submit"
>
Create record
Create note
</Button>
<Button disabled={isSubmitting} onClick={onCancel}>
Close
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/forms/case-eligibility-check.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const EligibilityForm: React.FC<CaseDetailFormProps> = ({
positive
type="submit"
>
Create record
Create note
</Button>
<Button disabled={isSubmitting} onClick={onCancel}>
Close
Expand Down

0 comments on commit 47ec57b

Please sign in to comment.