Added translation
This commit is contained in:
parent
37cfe4a915
commit
09c83e1d0a
|
@ -525,6 +525,7 @@ return [
|
|||
*/
|
||||
|
||||
'Manage Users' => 'Manage Users',
|
||||
'Users:' => 'Users:',
|
||||
'Search user' => 'Search user',
|
||||
'ID' => 'ID',
|
||||
'Name' => 'Name',
|
||||
|
@ -1077,6 +1078,4 @@ return [
|
|||
'support.msg6' => 'Thank you for your support and for being a part of the LinkStack community!',
|
||||
|
||||
|
||||
'' => '',
|
||||
|
||||
];
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Users:
|
||||
{{__('messages.Users:')}}
|
||||
<a href="{{ url('') }}/admin/users/all">All</a> -
|
||||
<a href="{{ url('') }}/admin/users/user">User</a> -
|
||||
<a href="{{ url('') }}/admin/users/vip">Vip</a> -
|
||||
|
|
Loading…
Reference in New Issue