From ca7f101f97fbaf4e36358e8003e47ef386751ae1 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 3 Oct 2021 14:55:07 +0100 Subject: [PATCH] refactor: Better button description for view modes --- 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..83964d4 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',