Skip to content

Commit e6e0e62

Browse files
committed
Fix string description
1 parent 9e6e4f0 commit e6e0e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/browser-modal/browser-modal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const BrowserModal = ({intl, ...props}) => {
5151
<p>
5252
<FormattedMessage
5353
defaultMessage="Your browser {webGlLink} which is needed for this site to run. Try updating your browser and graphics drivers or restarting your computer."
54-
description="WebGL missing message"
54+
description="WebGL missing message. {webGLLink} is a link with the text 'does not support WebGL'."
5555
id="tw.webglModal.description"
5656
values={{
5757
webGlLink: (

0 commit comments

Comments
 (0)