Skip to content
Snippets Groups Projects
Commit 4bff7db0 authored by Carlos Reig Matut's avatar Carlos Reig Matut Committed by Kristiaan Van den Eynde
Browse files

Issue #3276613 by unstatu, kristiaanvandeneynde: Warning when deleting a revision

parent 3339f7ed
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ class GroupRevisionDeleteForm extends ConfirmFormBase {
$this->messenger()->addStatus(
$this->t('Revision from %revision-date of @type %title has been deleted.', [
'%revision-date' => $this->dateFormatter->format($this->revision->getRevisionCreationTime()),
'@type' => $group_type,
'@type' => $group_type->label(),
'%title' => $this->revision->label(),
])
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment