Commit 2680f8df by Brian Talbot

Verification: further revises webcam support w/in browser settings copy

parent 9e88be9a
...@@ -374,7 +374,7 @@ ...@@ -374,7 +374,7 @@
} }
strong { strong {
color: $m-gray-d4; color: $m-gray-d2;
} }
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<li class="help-item help-item-technical"> <li class="help-item help-item-technical">
<h3 class="title">${_("Having Technical Trouble?")}</h3> <h3 class="title">${_("Having Technical Trouble?")}</h3>
<div class="copy"> <div class="copy">
<p>${_("Please make sure your browser is updated to the {strong_start}{a_start}most recent version possible{a_end}{strong_end}. Also, please make sure your {strong_start}web cam is plugged in, turned on, and functional{strong_end}").format(a_start='<a rel="external" href="http://browsehappy.com/">', a_end="</a>", strong_start="<strong>", strong_end="</strong>")}.</p> <p>${_("Please make sure your browser is updated to the {strong_start}{a_start}most recent version possible{a_end}{strong_end}. Also, please make sure your {strong_start}web cam is plugged in, turned on, and allowed to function in your web browser (commonly adjustable in your browser settings).{strong_end}").format(a_start='<a rel="external" href="http://browsehappy.com/">', a_end="</a>", strong_start="<strong>", strong_end="</strong>")}.</p>
</div> </div>
</li> </li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment