3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-05 07:59:29 +00:00
Files
snipe-it/resources/lang/chr-US/admin/groups/table.php
snipe 85cb7c92e7 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-06-03 20:44:40 +01:00

10 lines
114 B
PHP

<?php
return array(
'id' => 'Id',
'name' => 'Name',
'users' => '# of Users',
);