Skip to content

Commit c9e0946

Browse files
committed
- (Bug Fix) Removed the term 'default' from the default parcel type
1 parent a61764e commit c9e0946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/parcel_types/DefaultParcelType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class DefaultParcelType extends BaseParcelType {
99

10-
public $name = 'Entry Email (Default)';
10+
public $name = 'Entry Email';
1111

1212
public $id = 'default';
1313

0 commit comments

Comments
 (0)