Skip to content

Commit 8e02966

Browse files
committed
Use a normal HTML tag for this
1 parent e17c2ec commit 8e02966

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

resources/lang/en/activity.php

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
],
1717
'user' => [
1818
'account' => [
19-
'email-changed' => 'Updated account email from <b>:old</b> to <b>:new</b>',
19+
'email-changed' => 'Updated account email from <strong>:old</strong> to <strong>:new</strong>',
2020
'password-changed' => 'Updated account password',
2121
],
2222
'api-key' => [
23-
'create' => 'Created new API key <b>:identifier</b>',
24-
'delete' => 'Deleted API key <b>:identifier</b>',
23+
'create' => 'Created new API key <strong>:identifier</strong>',
24+
'delete' => 'Deleted API key <strong>:identifier</strong>',
2525
],
2626
'ssh-key' => [
27-
'create' => 'Added SSH key (<b>:fingerprint</b>) to account',
28-
'delete' => 'Removed SSH key (<b>:fingerprint</b>) from account',
27+
'create' => 'Added SSH key (<strong>:fingerprint</strong>) to account',
28+
'delete' => 'Removed SSH key (<strong>:fingerprint</strong>) from account',
2929
],
3030
'two-factor' => [
3131
'create' => 'Enabled two-factor authentication for account',
@@ -34,64 +34,64 @@
3434
],
3535
'server' => [
3636
'backup' => [
37-
'download' => 'Downloaded the <b>:name</b> backup',
38-
'delete' => 'Deleted the <b>:name</b> backup',
39-
'restore' => 'Restored the <b>:name</b> backup (deleted files: :truncate)',
40-
'restore-complete' => 'Completed restoration of the <b>:name</b> backup',
41-
'restore-failed' => 'Failed to complete restoration of the <b>:name</b> backup',
42-
'start' => 'Started a new backup <b>:name</b>',
43-
'complete' => 'Marked the <b>:name</b> backup as complete',
44-
'fail' => 'Marked the <b>:name</b> backup as failed',
45-
'lock' => 'Locked the <b>:name</b> backup',
46-
'unlock' => 'Unlocked the <b>:name</b> backup',
37+
'download' => 'Downloaded the <strong>:name</strong> backup',
38+
'delete' => 'Deleted the <strong>:name</strong> backup',
39+
'restore' => 'Restored the <strong>:name</strong> backup (deleted files: :truncate)',
40+
'restore-complete' => 'Completed restoration of the <strong>:name</strong> backup',
41+
'restore-failed' => 'Failed to complete restoration of the <strong>:name</strong> backup',
42+
'start' => 'Started a new backup <strong>:name</strong>',
43+
'complete' => 'Marked the <strong>:name</strong> backup as complete',
44+
'fail' => 'Marked the <strong>:name</strong> backup as failed',
45+
'lock' => 'Locked the <strong>:name</strong> backup',
46+
'unlock' => 'Unlocked the <strong>:name</strong> backup',
4747
],
4848
'database' => [
49-
'create' => 'Created new database <b>:name</b>',
50-
'rotate-password' => 'Password rotated for database <b>:name</b>',
51-
'delete' => 'Deleted database <b>:name</b>',
49+
'create' => 'Created new database <strong>:name</strong>',
50+
'rotate-password' => 'Password rotated for database <strong>:name</strong>',
51+
'delete' => 'Deleted database <strong>:name</strong>',
5252
],
5353
'file' => [
54-
'compress' => 'Created new file archive of files in <b>:directory</b>',
55-
'read' => 'Viewed the contents of <b>:file</b>',
56-
'copy' => 'Created a copy of <b>:file</b>',
57-
'create-directory' => 'Created a new directory <b>:name</b> in <b>:directory</b>',
58-
'decompress' => 'Decompressed a file archive in <b>:directory</b>',
59-
'delete' => 'Deleted files in <b>:directory</b>',
60-
'download' => 'Downloaded <b>:file</b>',
61-
'pull' => 'Downloaded a remote file from :url to <b>:directory</b>',
62-
'rename' => 'Renamed files in <b>:directory</b>',
63-
'write' => 'Wrote new content to <b>:file</b>',
54+
'compress' => 'Created new file archive of files in <strong>:directory</strong>',
55+
'read' => 'Viewed the contents of <strong>:file</strong>',
56+
'copy' => 'Created a copy of <strong>:file</strong>',
57+
'create-directory' => 'Created a new directory <strong>:name</strong> in <strong>:directory</strong>',
58+
'decompress' => 'Decompressed a file archive in <strong>:directory</strong>',
59+
'delete' => 'Deleted files in <strong>:directory</strong>',
60+
'download' => 'Downloaded <strong>:file</strong>',
61+
'pull' => 'Downloaded a remote file from :url to <strong>:directory</strong>',
62+
'rename' => 'Renamed files in <strong>:directory</strong>',
63+
'write' => 'Wrote new content to <strong>:file</strong>',
6464
'upload' => 'Began a file upload',
6565
],
6666
'allocation' => [
67-
'create' => 'Added <b>:allocation</b> to the server',
68-
'notes' => 'Updated the notes for <b>:allocation</b> from ":old" to ":new"',
69-
'primary' => 'Set <b>:allocation</b> as the primary server allocation',
70-
'delete' => 'Deleted the <b>:allocation</b> allocation',
67+
'create' => 'Added <strong>:allocation</strong> to the server',
68+
'notes' => 'Updated the notes for <strong>:allocation</strong> from ":old" to ":new"',
69+
'primary' => 'Set <strong>:allocation</strong> as the primary server allocation',
70+
'delete' => 'Deleted the <strong>:allocation</strong> allocation',
7171
],
7272
'schedule' => [
73-
'store' => 'Created the <b>:name</b> schedule',
74-
'update' => 'Updated the <b>:name</b> schedule',
75-
'execute' => 'Manually executed the <b>:name</b> schedule',
76-
'delete' => 'Deleted the <b>:name</b> schedule',
73+
'store' => 'Created the <strong>:name</strong> schedule',
74+
'update' => 'Updated the <strong>:name</strong> schedule',
75+
'execute' => 'Manually executed the <strong>:name</strong> schedule',
76+
'delete' => 'Deleted the <strong>:name</strong> schedule',
7777
],
7878
'task' => [
79-
'create' => 'Created a new ":action" task for the <b>:name</b> schedule',
80-
'update' => 'Updated the ":action" task for the <b>:name</b> schedule',
81-
'delete' => 'Deleted a task for the <b>:name</b> schedule',
79+
'create' => 'Created a new ":action" task for the <strong>:name</strong> schedule',
80+
'update' => 'Updated the ":action" task for the <strong>:name</strong> schedule',
81+
'delete' => 'Deleted a task for the <strong>:name</strong> schedule',
8282
],
8383
'settings' => [
84-
'rename' => 'Renamed the server from <b>:old</b> to <b>:new</b>',
84+
'rename' => 'Renamed the server from <strong>:old</strong> to <strong>:new</strong>',
8585
'reinstall' => 'Triggered a server reinstall',
8686
],
8787
'startup' => [
88-
'edit' => 'Edited the <b>:variable</b> startup variable for the server from ":old" to ":new"',
89-
'image' => 'Updated the Docker Image for the server from <b>:old</b> to <b>:new</b>',
88+
'edit' => 'Edited the <strong>:variable</strong> startup variable for the server from ":old" to ":new"',
89+
'image' => 'Updated the Docker Image for the server from <strong>:old</strong> to <strong>:new</strong>',
9090
],
9191
'subuser' => [
92-
'create' => 'Added <b>:email</b> as a subuser',
93-
'update' => 'Updated the subuser permissions for <b>:email</b>',
94-
'delete' => 'Removed <b>:email</b> as a subuser',
92+
'create' => 'Added <strong>:email</strong> as a subuser',
93+
'update' => 'Updated the subuser permissions for <strong>:email</strong>',
94+
'delete' => 'Removed <strong>:email</strong> as a subuser',
9595
],
9696
],
9797
];

0 commit comments

Comments
 (0)