chore: Update email placeholders and refine the journalist resource empty state description.

This commit is contained in:
Yoga Pangestu 2026-01-28 09:06:29 +07:00
parent e5fc61abc3
commit 0757696f24
3 changed files with 3 additions and 3 deletions

View File

@ -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),

View File

@ -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')

View File

@ -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)