You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Make theme names translatable
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
@@ -793,7 +793,7 @@ module.exports = React.createClass({
|
||||
onChange={ onChange }
|
||||
/>
|
||||
<label htmlFor={ setting.id + "_" + setting.value }>
|
||||
{ setting.label }
|
||||
{ _t(setting.label) }
|
||||
</label>
|
||||
</div>;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user