From 1c47650d3124acdabd0964b625c06333fd8b5bcd Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 4 Oct 2021 16:37:13 +0100 Subject: [PATCH] refactor: Better button description for view modes (#307) * refactor: Better button description for view modes * fix: Hyphenate Co-authored-by: Matt (IPv4) Cowley Co-authored-by: Matt (IPv4) Cowley --- src/nginxconfig/i18n/en/templates/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig/i18n/en/templates/app.js b/src/nginxconfig/i18n/en/templates/app.js index f170c89..71c3607 100644 --- a/src/nginxconfig/i18n/en/templates/app.js +++ b/src/nginxconfig/i18n/en/templates/app.js @@ -30,7 +30,7 @@ export default { title: `${common.nginx}Config`, description: `The easiest way to configure a performant, secure, and stable ${common.nginx} server.`, singleColumnMode: 'Single column mode', - splitColumnMode: 'Split column mode', + splitColumnMode: 'Side-by-side mode', perWebsiteConfig: 'Per-website config', addSite: 'Add site', globalConfig: 'Global config',