-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(fix) Missing translations in forms workspace title and vitals overview component #1506
Conversation
Size Change: +12 B (0%) Total Size: 10.3 MB ℹ️ View Unchanged
|
Hi @ibacher , can you please review the changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
6809e27
to
36acc40
Compare
@@ -45,7 +45,7 @@ test('Record vital signs', async ({ page, api }) => { | |||
|
|||
await test.step('And I should see the newly recorded vital signs on the page', async () => { | |||
await expect(headerRow).toContainText(/temp/i); | |||
await expect(headerRow).toContainText(/bp/i); | |||
await expect(headerRow).toContainText(/blood pressure/i); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little confused about why this works... Doesn't the header row still say BP?
This is a good work around for now. Longer term:
|
Requirements
Summary
This PR adds the missing translations for:
The key used in the translation files is
clinicalForms
, and the key used in the workspace extension isclinicalForm
.Screenshots
Before
After
Related Issue
Other