Skip to content

Commit

Permalink
Merge pull request #181 from rpiambulance/dan/patch/slack-link-wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbruce authored Sep 3, 2024
2 parents 7ee28d9 + 51ee2e3 commit 9296ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}
$message .= "Email: " . $account['email'];
$message .= "\n";
$message .= "Positions:";
$message .= "Credentials:";
$attendant = $account['attendant'] == 1;
$message_length = $message.length;
// This also needs to go into another functions
Expand Down

0 comments on commit 9296ee7

Please sign in to comment.