Skip to content

Commit 3b99c5b

Browse files
committed
Change research acknowledgement label to sentence case
1 parent 89a369c commit 3b99c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/navigation/ResearchNotificationBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const ResearchNotificationBanner = () => {
4141
</RS.Col>
4242
<RS.Col xs={12} md={3} className="text-center">
4343
<RS.Button color="primary" outline={isPhy} className="mt-3 mb-2 d-block d-md-inline-block banner-button" onClick={clickDismiss}>
44-
{siteSpecific("Got It", "Got it")}
44+
Got it
4545
</RS.Button>
4646
</RS.Col>
4747
</RS.Row>

0 commit comments

Comments
 (0)