Fix typo and update strings

Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
Stefan Parviainen 2017-11-15 20:43:45 +01:00
parent ae6c985d39
commit 4949f2f763
2 changed files with 9 additions and 9 deletions

View file

@ -52,7 +52,7 @@ module.exports = React.createClass({
'firefoxLink': (sub) => <a href="https://getfirefox.com">{sub}</a>,
},
)}
{ _t('< safariLink>Safari</safariLink> and <operaLink>Opera</operaLink> work too.',
{ _t('<safariLink>Safari</safariLink> and <operaLink>Opera</operaLink> work too.',
{},
{
'safariLink': (sub) => <a href="http://apple.com/safari">{sub}</a>,