From 7968dfe0aee1e7bc5d26e093fb97b122d1b3835e Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 4 Oct 2021 11:53:05 +0100 Subject: [PATCH] fix: Hyphenate 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 83964d4..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: 'Side by side mode', + splitColumnMode: 'Side-by-side mode', perWebsiteConfig: 'Per-website config', addSite: 'Add site', globalConfig: 'Global config',