Add translation values to activity log output
This commit is contained in:
parent
06427f8d13
commit
4d30cc9e7e
4 changed files with 25 additions and 5 deletions
|
@ -26,8 +26,8 @@ return [
|
|||
'delete' => 'Deleted API key <strong>:identifier</strong>',
|
||||
],
|
||||
'ssh-key' => [
|
||||
'create' => 'Added SSH key (<strong>:fingerprint</strong>) to account',
|
||||
'delete' => 'Removed SSH key (<strong>:fingerprint</strong>) from account',
|
||||
'create' => 'Added SSH key <strong>:fingerprint</strong> to account',
|
||||
'delete' => 'Removed SSH key <strong>:fingerprint</strong> from account',
|
||||
],
|
||||
'two-factor' => [
|
||||
'create' => 'Enabled two-factor authentication for account',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue