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
Luca 2021-10-04 16:37:13 +01:00 committed by GitHub
parent 9acceeb924
commit 1c47650d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',