Skip to content

Commit 1168ce3

Browse files
authored
Merge pull request #66 from sheldor1510/main
Edited sshkey mail template
2 parents cd11d55 + 51d3d93 commit 1168ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/mail/user_sshkey.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
// this template is sent when a user adds an SSH key
4-
$this->Subject = "SSH Key Added";
3+
// this template is sent when a user modifies an SSH key
4+
$this->Subject = "SSH Key Modified";
55
?>
66

77
<p>Hello,</p>

0 commit comments

Comments
 (0)