From b3fda97bf2447bd786c2de996aba9965f742a90a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Mar 2024 17:02:59 +0200 Subject: [PATCH] fix missing interrogative signs --- 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 3e476204..5648f8f2 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -203,8 +203,8 @@ "confirm_app_install": "Are you sure you want to install this application?", "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_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_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_group_add_access_permission": "Are you sure you want to grant {perm} access to {name}? Such access significantly increases the attack surface if {name} happens to be a malicious person. You should only do so if you TRUST this person/group.", "confirm_install_app_broken": "WARNING! This application is broken according to YunoHost's automatic tests and it is likely to break your system! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?", "confirm_install_app_inprogress": "WARNING! This application is still experimental (if not explicitly not working) and it is likely to break your system! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?",