From 9d66e84d9a75858182f846a662bbd0ec0ec2bc1e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 12 May 2023 08:29:23 -0500 Subject: [PATCH] Plural --- meshtastic/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 0058923..9006b86 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -132,7 +132,7 @@ message Config { /* * If true, device is considered to be "managed" by a mesh administrator - * Clients should then limit available configuration and administrative option inside the user interface + * Clients should then limit available configuration and administrative options inside the user interface */ bool is_managed = 9; }