chore: Update email placeholders and refine the journalist resource empty state description.
This commit is contained in:
parent
e5fc61abc3
commit
0757696f24
@ -174,7 +174,7 @@ public static function form(Schema $schema): Schema
|
||||
|
||||
TextInput::make('email')
|
||||
->label('Alamat Surel')
|
||||
->placeholder('johndoe@gmail.com')
|
||||
->placeholder('johndoe@example.com')
|
||||
->autocomplete(false)
|
||||
->required()
|
||||
->maxLength(254),
|
||||
|
||||
@ -201,7 +201,7 @@ public static function table(Table $table): Table
|
||||
->when(auth()->user()->hasRole(RoleEnum::PERUSAHAAN->value) && ! auth()->user()->company?->partnerMedia, function (Table $table): Table {
|
||||
return $table
|
||||
->emptyStateHeading('Akses Dibatasi')
|
||||
->emptyStateDescription('Mohon lengkapi data Media Anda terlebih dahulu.')
|
||||
->emptyStateDescription('Silakan lengkapi data media Anda terlebih dahulu untuk dapat mengelola informasi jurnalis.')
|
||||
->emptyStateIcon(Heroicon::LockClosed)
|
||||
->emptyStateActions([
|
||||
Action::make('complete_media')
|
||||
|
||||
@ -60,7 +60,7 @@ public static function form(Schema $schema): Schema
|
||||
|
||||
TextInput::make('email')
|
||||
->label('Alamat Surel')
|
||||
->placeholder('johndoe@simedkom.purwakartakab.co.id')
|
||||
->placeholder('johndoe@example.com')
|
||||
->autocomplete(false)
|
||||
->required()
|
||||
->maxLength(254)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user