Skip to content

[BUG] Signup form title says 'Patient Contact Form' instead of 'Sign Up' #154

Description

@PyroSh0ck

Description

The signup/contact form page title reads "Patient Contact Form" which is confusing for new users who clicked a "Sign Up" button.

Root Cause

`/pages/patient/contactForm.vue`, line 9:
```html

Patient Contact Form

\`\`\` The title is hardcoded and not descriptive of the user action (signing up).

Fix

  1. Change the title to something clearer like "Patient Registration" or use i18n: `{{ $t("Patient Registration") }}`
  2. Add the key to both locale files

Acceptance Criteria

  • Page title clearly indicates this is a registration/signup form
  • Title is translated via i18n

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3: lowPolish, nice-to-havearea: formsContact form, request form, signupbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions