Found a typo on line 23 of /templates/appointments-frontend-calendar.html.twig:
<li>{{ "Green: available|t" }}</li>

Should be:
<li>{{ "Green: available"|t }}</li>

I'd roll it up as a patch, but I don't know how.

Comments

mmlmitchell created an issue. See original summary.

mmlmitchell’s picture

Issue summary: View changes
hardik_patel_12’s picture

Assigned: Unassigned » hardik_patel_12
hardik_patel_12’s picture

@mmlmitchell it is properly written over-there i m not able to see "

  • {{ "Green: available|t" }}
  • " .please verify

    hardik_patel_12’s picture

    Assigned: hardik_patel_12 » Unassigned
    mmlmitchell’s picture

    Yes, I see the correction in the dev version. The typo I found was in the "beta-1" version. Thanks!