Commit a293d80e9190015db0189ca3cd19e0be3acf6d1b
Fix "custom styles" description
Christian Bundy committed on 8/10/2018, 11:01:46 PMParent: fa8ed712ab5bde9f525c730497fbd46de5a352c9
Files changed
app/html/settings/custom-styles.js | changed |
app/html/settings/custom-styles.js | |||
---|---|---|---|
@@ -22,9 +22,9 @@ | |||
22 | 22 … | ||
23 | 23 … | return { | |
24 | 24 … | title: 'Custom Styles', | |
25 | 25 … | body: h('CustomStyles', [ | |
26 | - h('p', 'Comma-seperated list of tabs which will open on startup.'), | ||
26 … | + h('p', 'Custom MCSS to be applied on this window.'), | ||
27 | 27 … | styles, | |
28 | 28 … | h('button', {'ev-click': peachify}, 'Apply Styles') | |
29 | 29 … | ]) | |
30 | 30 … | } |
Built with git-ssb-web