Skip to content

Commit

Permalink
Liaisons View: Mail merge renamed
Browse files Browse the repository at this point in the history
Updates #372
  • Loading branch information
jhvhs-bloom committed Oct 8, 2024
1 parent 4b83c5b commit 1ba6bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Web/Liaisons/List/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ private function actionLinks(): array
$uri->format = 'csv';
$out[] = [
'url' => $uri->__toString(),
'label' => 'csv',
'label' => 'CSV Export',
'class' => 'download'
];

$uri->format = 'email';
$out[] = [
'url' => $uri->__toString(),
'label' => 'email',
'label' => 'Liaison Email List',
'class' => 'download'
];
}
Expand Down

0 comments on commit 1ba6bd0

Please sign in to comment.