Skip to content

Commit 60f51a8

Browse files
[6.x] Fix create entry translations (#14223)
1 parent 02f6892 commit 60f51a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entries/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public function layout($layout = null)
465465

466466
public function createLabel()
467467
{
468-
$key = "statamic::messages.{$this->handle()}_collection_create_entry";
468+
$key = "messages.{$this->handle()}_collection_create_entry";
469469

470470
$translation = __($key);
471471

0 commit comments

Comments
 (0)