-
Notifications
You must be signed in to change notification settings - Fork 483
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: added tooltips for Discussion Notes icons (#8618) #8637
Changes from 13 commits
729edf2
1c590d4
59197ed
0b98c7a
adb4a9b
5f564f8
7316d32
9148491
f77d4af
ea9d99a
6f4559d
d8634dd
aeb9a9a
aba2350
af4fce5
7d9e423
6184727
b16603e
2d071d3
246b51f
0352002
94044c2
3d9614c
4838926
082f271
8701a7e
cd9c325
9ce188a
e454e25
a7a3f95
3c8ac9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -231,6 +231,11 @@ | |||||||||
"SORT_OPTIONS__-name": "Patient name Z-A", | ||||||||||
"SORT_OPTIONS__bed__name": "Bed No. 1-N", | ||||||||||
"SORT_OPTIONS__-bed__name": "Bed No. N-1", | ||||||||||
"open_in_full_window": "Open in full window", | ||||||||||
"minimize_screen":"Minimize", | ||||||||||
"close_screen":"Close", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"send_discussion_message":"Send", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can't this be just There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
please review the changes @bodhish |
||||||||||
"reply":"Reply", | ||||||||||
"middleware_hostname": "Middleware Hostname", | ||||||||||
"local_ipaddress": "Local IP Address" | ||||||||||
} |
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 think
Fullscreen
is better 🤔