From 7f5b5878daade2a54c4c8258dd25defeb706c15b Mon Sep 17 00:00:00 2001 From: Germs2004 <5519340+Germs2004@users.noreply.github.com> Date: Sun, 27 Mar 2022 16:36:17 -0400 Subject: [PATCH] Clarify description of permission setting This setting only says it controls which users this server is visible to. But it also affects which users get notifications when this server's status changes. This pull request clarifies the setting's description so users will understand that it affects both visibility and notifications. --- src/lang/en_US.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php index 856fd14c..25adb2c6 100644 --- a/src/lang/en_US.lang.php +++ b/src/lang/en_US.lang.php @@ -189,7 +189,7 @@ $sm_lang = array( 'website_password_description' => 'Password to access the site. The password is encrypted in the database.', 'fieldset_monitoring' => 'Monitoring', 'fieldset_permissions' => 'Permissions', - 'permissions' => 'Server will be visible for the following users', + 'permissions' => 'Users who can view and be notified about this server', 'port' => 'Port', 'custom_port' => 'Custom Port', 'popular_ports' => 'Popular Ports',