Add translation values to activity log output

This commit is contained in:
DaneEveritt 2022-06-11 14:52:41 -04:00
parent 06427f8d13
commit 4d30cc9e7e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 25 additions and 5 deletions

View file

@ -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',