@@ -97,7 +97,7 @@ |
||
97 | 97 | } |
98 | 98 | |
99 | 99 | /** |
100 | - * @return String|bool |
|
100 | + * @return string|false |
|
101 | 101 | */ |
102 | 102 | public function getUpdateLink() |
103 | 103 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | $processTitle = ($this->getIsEditing()) ? "Update {$this->i18n_singular_name()}" : "Create {$this->i18n_singular_name()}"; |
51 | 51 | $actions = FieldList::create( |
52 | 52 | FormAction::create('doProcessWishList') |
53 | - ->setTitle($processTitle) |
|
53 | + ->setTitle($processTitle) |
|
54 | 54 | ); |
55 | 55 | |
56 | 56 | if ($showCancel === true) { |