Skip to content

Commit 32e20e5

Browse files
committed
Merge branch 'development' of github.com:BookStackApp/BookStack into development
2 parents c66b8ad + c9a5c29 commit 32e20e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lang/en/activities.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
'user_delete_notification' => 'User successfully removed',
9494

9595
// API Tokens
96-
'api_token_create' => 'created api token',
96+
'api_token_create' => 'created API token',
9797
'api_token_create_notification' => 'API token successfully created',
98-
'api_token_update' => 'updated api token',
98+
'api_token_update' => 'updated API token',
9999
'api_token_update_notification' => 'API token successfully updated',
100-
'api_token_delete' => 'deleted api token',
100+
'api_token_delete' => 'deleted API token',
101101
'api_token_delete_notification' => 'API token successfully deleted',
102102

103103
// Roles

lang/en/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
110110
'recycle_bin_empty' => 'Empty Recycle Bin',
111111
'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?',
112-
'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?',
112+
'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?',
113113
'recycle_bin_destroy_list' => 'Items to be Destroyed',
114114
'recycle_bin_restore_list' => 'Items to be Restored',
115115
'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.',

0 commit comments

Comments
 (0)