Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-05-29 21:58:47 +01:00
parent a2229ced11
commit 7e02977c27
2 changed files with 3 additions and 2 deletions

View file

@ -851,7 +851,7 @@ module.exports = React.createClass({
ipcRenderer.send('settings_set', 'auto-launch', e.target.checked);
}}
/>
<label htmlFor="auto-launch">Start automatically after system login</label>
<label htmlFor="auto-launch">{_t('Start automatically after system login')}</label>
</div>
</div>
</div>;