Skip to content

Commit

Permalink
Update InterestingModules.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Jan 16, 2024
1 parent d1013ae commit cecf972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Intake/Onboarding/InterestingModules.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ struct InterestingModules: View {
content: [
SequentialOnboardingView.Content(
title: "Log in to Firebase",
description: "Sign in or make an account so we can keep your information secure and accessible"
description: "Sign in or make an account so we can keep your information secure and accessible."

Check warning on line 24 in Intake/Onboarding/InterestingModules.swift

View check run for this annotation

Codecov / codecov/patch

Intake/Onboarding/InterestingModules.swift#L23-L24

Added lines #L23 - L24 were not covered by tests
),
SequentialOnboardingView.Content(
title: "Explain your Chief Complaint",
description: "What brings you in today? Give us an English description, and our AI model will summarize the key points"
description: "What brings you in today? Give us an English description, and our AI model will summarize the key points."

Check warning on line 28 in Intake/Onboarding/InterestingModules.swift

View check run for this annotation

Codecov / codecov/patch

Intake/Onboarding/InterestingModules.swift#L27-L28

Added lines #L27 - L28 were not covered by tests
),
SequentialOnboardingView.Content(
title: "Fill in intake info",
description: "With the help of our AI model, quickly fill in prompts to complete electronic intake form with medical history, contact info, etc."

Check failure on line 32 in Intake/Onboarding/InterestingModules.swift

View workflow job for this annotation

GitHub Actions / SwiftLint / SwiftLint

Line Length Violation: Line should be 150 characters or less; currently it has 165 characters (line_length)

Check warning on line 32 in Intake/Onboarding/InterestingModules.swift

View check run for this annotation

Codecov / codecov/patch

Intake/Onboarding/InterestingModules.swift#L31-L32

Added lines #L31 - L32 were not covered by tests
),
)
],
actionText: "INTERESTING_MODULES_BUTTON",
action: {
Expand Down

0 comments on commit cecf972

Please sign in to comment.