Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-05-29 22:32:45 +01:00
parent a2229ced11
commit 7e02977c27
2 changed files with 3 additions and 2 deletions
+1 -1
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>;