From 14079ec9801d790eedbeeb1a0c123e5cfc281c39 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 11 Sep 2023 05:42:48 +0300 Subject: [PATCH] fix descriptions --- src/public/node.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/node.php b/src/public/node.php index ce956ba..063e7b9 100644 --- a/src/public/node.php +++ b/src/public/node.php @@ -97,8 +97,8 @@ else if (is_null($user->public)) - public ? _('distributed') : _('local') ?> - + public ? _('Distributed') : _('Local') ?> +