From 5c937a53523d3d865862903a64bd4b53977a8461 Mon Sep 17 00:00:00 2001 From: axolotle Date: Mon, 22 Mar 2021 23:49:54 +0100 Subject: [PATCH] fix allow/disallow firewall port i18n keys --- app/src/i18n/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 71f20d8a..11052ad2 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -91,8 +91,8 @@ "confirm_app_default": "Are you sure you want to make this app default?", "confirm_change_maindomain": "Are you sure you want to change the main domain?", "confirm_delete": "Are you sure you want to delete {name}?", - "confirm_firewall_open": "Are you sure you want to open port {port} (protocol: {protocol}, connection: {connection})", - "confirm_firewall_close": "Are you sure you want to close port {port} (protocol: {protocol}, connection: {connection})", + "confirm_firewall_allow": "Are you sure you want to open port {port} (protocol: {protocol}, connection: {connection})", + "confirm_firewall_disallow": "Are you sure you want to close port {port} (protocol: {protocol}, connection: {connection})", "confirm_install_custom_app": "WARNING! Installing 3rd party applications may compromise the integrity and security of your system. You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?", "confirm_install_domain_root": "Are you sure you want to install this application on '/'? You will not be able to install any other app on {domain}", "confirm_app_install": "Are you sure you want to install this application?",