1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Text: Tweaks to EN text for consistency/readability

As suggested by Tim in discord chat.
This commit is contained in:
Dan Brown
2024-01-23 12:31:44 +00:00
parent d5a91d0d35
commit 655ae5ecae
2 changed files with 4 additions and 4 deletions

View File

@@ -93,11 +93,11 @@ return [
'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