mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Reduce text on player_name_length
option
This commit is contained in:
parent
6e4a1dfc6f
commit
8359967b16
@ -193,11 +193,10 @@ class AdminController extends Controller
|
||||
$form->text('custom_player_name_regexp')->hint()->placeholder();
|
||||
|
||||
$form->group('player_name_length')
|
||||
->addon(trans('options.general.player_name_length.addon1'))
|
||||
->text('player_name_length_min')
|
||||
->addon(trans('options.general.player_name_length.addon2'))
|
||||
->addon('~')
|
||||
->text('player_name_length_max')
|
||||
->addon(trans('options.general.player_name_length.addon3'));
|
||||
->addon(trans('options.general.player_name_length.suffix'));
|
||||
|
||||
$form->select('api_type')
|
||||
->option('0', 'CustomSkinLoader API')
|
||||
|
@ -101,9 +101,7 @@ general:
|
||||
placeholder: Regular Expressions
|
||||
player_name_length:
|
||||
title: Player Name Length
|
||||
addon1: Minimum
|
||||
addon2: characters, maximum
|
||||
addon3: characters
|
||||
suffix: characters
|
||||
api_type: Prefered JSON API
|
||||
auto_del_invalid_texture:
|
||||
title: Invalid Textures
|
||||
|
@ -101,9 +101,7 @@ general:
|
||||
placeholder: 正则表达式,不懂别乱填
|
||||
player_name_length:
|
||||
title: 角色名长度
|
||||
addon1: 最少
|
||||
addon2: 个字符,最多
|
||||
addon3: 个字符
|
||||
suffix: 个字符
|
||||
api_type: 首选 JSON API
|
||||
auto_del_invalid_texture:
|
||||
title: 失效材质
|
||||
|
Loading…
Reference in New Issue
Block a user