Skip to content

Commit

Permalink
Text: Tweaks to EN text for consistency/readability
Browse files Browse the repository at this point in the history
As suggested by Tim in discord chat.
  • Loading branch information
ssddanbrown committed Jan 23, 2024
1 parent d5a91d0 commit 655ae5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lang/en/activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
'user_delete_notification' => 'User successfully removed',

// API Tokens
'api_token_create' => 'created api token',
'api_token_create' => 'created API token',
'api_token_create_notification' => 'API token successfully created',
'api_token_update' => 'updated api token',
'api_token_update' => 'updated API token',
'api_token_update_notification' => 'API token successfully updated',
'api_token_delete' => 'deleted api token',
'api_token_delete' => 'deleted API token',
'api_token_delete_notification' => 'API token successfully deleted',

// Roles
Expand Down
2 changes: 1 addition & 1 deletion lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
'recycle_bin_empty' => 'Empty Recycle Bin',
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item, along with any child elements listed below, from the system and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item from the system, along with any child elements listed below, and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
'recycle_bin_destroy_list' => 'Items to be Destroyed',
'recycle_bin_restore_list' => 'Items to be Restored',
'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.',
Expand Down

0 comments on commit 655ae5e

Please sign in to comment.