mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Fix typo with identifier
This commit is contained in:
parent
0520014c0f
commit
4f3651b578
@ -67,7 +67,7 @@ class ApiKeyController extends ClientApiController
|
||||
->firstOrFail();
|
||||
|
||||
Activity::event('user:api-key.delete')
|
||||
->property('identifer', $key->identifier)
|
||||
->property('identifier', $key->identifier)
|
||||
->log();
|
||||
|
||||
$key->delete();
|
||||
|
@ -93,7 +93,7 @@ const EditScheduleModal = ({ schedule }: Props) => {
|
||||
<Field
|
||||
name={'name'}
|
||||
label={'Schedule name'}
|
||||
description={'A human readable identifer for this schedule.'}
|
||||
description={'A human readable identifier for this schedule.'}
|
||||
/>
|
||||
<div css={tw`grid grid-cols-2 sm:grid-cols-5 gap-4 mt-6`}>
|
||||
<Field name={'minute'} label={'Minute'}/>
|
||||
|
Loading…
Reference in New Issue
Block a user