Skip to content

Commit

Permalink
Merge pull request #1127 from UniversityRadioYork/colin-edit-semantics
Browse files Browse the repository at this point in the history
Update text on training slots page
  • Loading branch information
ColinRoitt committed Sep 21, 2023
2 parents 655ad8b + c59b89f commit 3c0561c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Controllers/Training/listDemos.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
$demo['attending'] = $demo_object->usersAttendingDemo();
$demo['join'] = [
'display' => 'text',
'value' => 'Edit Demo',
'value' => 'Edit Session',
'url' => URLUtils::makeURL('Training', 'createDemo', ['demo_id' => $demo['demo_id']]),
];
$demo['cancel'] = [
'display' => 'icon',
'value' => 'trash',
'title' => 'Cancel Demo',
'title' => 'Cancel Session',
'url' => URLUtils::makeURL('Training', 'cancelDemo', ['demo_id' => $demo['demo_id']]),
];
} else {
Expand Down Expand Up @@ -78,7 +78,7 @@
$demo['demo_link'] = [
"display" => "icon",
"value" => "user",
"title" => "In Person Training"
"title" => "In-Person Training"
];
}
$tabledata[] = $demo;
Expand Down

0 comments on commit 3c0561c

Please sign in to comment.