Make theme names translatable

Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
Stefan Parviainen 2017-09-23 21:36:10 +02:00
parent f2f5302a7b
commit 14bce1119c
2 changed files with 4 additions and 2 deletions

View file

@ -793,7 +793,7 @@ module.exports = React.createClass({
onChange={ onChange }
/>
<label htmlFor={ setting.id + "_" + setting.value }>
{ setting.label }
{ _t(setting.label) }
</label>
</div>;
},