refactor: Better button description for view modes (#307)
* refactor: Better button description for view modes * fix: Hyphenate Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk> Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>pull/308/head
parent
9acceeb924
commit
1c47650d31
|
@ -30,7 +30,7 @@ export default {
|
||||||
title: `${common.nginx}Config`,
|
title: `${common.nginx}Config`,
|
||||||
description: `The easiest way to configure a performant, secure, and stable ${common.nginx} server.`,
|
description: `The easiest way to configure a performant, secure, and stable ${common.nginx} server.`,
|
||||||
singleColumnMode: 'Single column mode',
|
singleColumnMode: 'Single column mode',
|
||||||
splitColumnMode: 'Split column mode',
|
splitColumnMode: 'Side-by-side mode',
|
||||||
perWebsiteConfig: 'Per-website config',
|
perWebsiteConfig: 'Per-website config',
|
||||||
addSite: 'Add site',
|
addSite: 'Add site',
|
||||||
globalConfig: 'Global config',
|
globalConfig: 'Global config',
|
||||||
|
|
Loading…
Reference in New Issue