Fix typo and update strings
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
parent
ae6c985d39
commit
4949f2f763
2 changed files with 9 additions and 9 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue