Bug description
I’ve followed the instructions provided by the doc to customize the “Create Entry” buttons, but unfortunately, it’s not working as expected.
How to reproduce
Here’s the content of my lang/en/messages.php file:
<?php
return [
'pages_collection_create_entry' => 'New Page',
'photos_collection_create_entry' => 'New Album',
'stories_collection_create_entry' => 'New Story',
'videos_collection_create_entry' => 'New Video',
'locations_taxonomy_create_term' => 'New Location',
'topics_taxonomy_create_term' => 'New Topic',
];
Environment
Environment
Application Name: local-test
Laravel Version: 12.52.0
PHP Version: 8.5.3
Composer Version: 2.9.5
Environment: local
Debug Mode: ENABLED
URL: local-test.test
Maintenance Mode: OFF
Timezone: Europe/Paris
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: null
Cache: redis
Database: sqlite
Logs: stack / single
Mail: smtp
Queue: redis
Session: redis
Storage
public/storage: LINKED
Statamic
Addons: 2
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: 6.3.3 PRO
Statamic Addons
rias/statamic-redirect: 4.1.2
statamic/seo-pro: 7.0.3
Installation
Fresh statamic/statamic site via CLI
Bug description
I’ve followed the instructions provided by the doc to customize the “Create Entry” buttons, but unfortunately, it’s not working as expected.
How to reproduce
Here’s the content of my
lang/en/messages.phpfile:Environment
Installation
Fresh statamic/statamic site via CLI