From 8c4279f9bbe7ec4681412865b999f2f4457d80ac Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:26:34 +0000
Subject: [PATCH] =legacy latest

---
 users/client.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/users/client.php b/users/client.php
index 8a66db6..f83c297 100644
--- a/users/client.php
+++ b/users/client.php
@@ -4,6 +4,8 @@
 {
     return [
         'label'            => 'Client',
+        'singular'          => 'Singular',
+        'plural'            => 'Plural',
         'has_dashboard'    => true,
         'can_create'       => ['support'],
         'can_register'     => true,

--
Gitblit v1.10.0