Skip to content

Commit

Permalink
Revert "Use icon exit for close buttons (#40167)"
Browse files Browse the repository at this point in the history
This reverts commit 758a71d.
  • Loading branch information
obuisard authored May 5, 2023
1 parent cdb008e commit 8f7cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Toolbar/CoreButtonsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public function checkin(string $task, string $text = 'JTOOLBAR_CHECKIN'): Standa
*/
public function cancel(string $task, string $text = 'JTOOLBAR_CLOSE'): StandardButton
{
return $this->standardButton('exit', $text, $task);
return $this->standardButton('cancel', $text, $task);
}

/**
Expand Down

0 comments on commit 8f7cbbb

Please sign in to comment.