Skip to content

Commit

Permalink
Scribe Enhancements support PR (#9265)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker authored Dec 11, 2024
1 parent f70b3ad commit b6df9a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1418,6 +1418,7 @@
"total_patients": "Total Patients",
"total_staff": "Total Staff",
"total_users": "Total Users",
"transcribe_again": "Transcribe Again",
"transcript_edit_info": "You can update this if we made an error",
"transcript_information": "This is what we heard",
"transfer_allowed": "Transfer Allowed",
Expand Down
5 changes: 5 additions & 0 deletions src/style/CAREUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,9 @@ button.button-alert-ghost { @apply enabled:hover:bg-alert-100 }
}
hr {
@apply border border-secondary-300
}
.plain-audio::-webkit-media-controls-enclosure {
border-radius: 0;
background: transparent;
padding: 0px;
}

0 comments on commit b6df9a1

Please sign in to comment.