0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-03 15:59:57 +00:00

Translations: Fixed a couple of errors in sorting en words

This commit is contained in:
Dan Brown 2025-02-16 11:27:49 +00:00
parent 92ad81429f
commit 5c15f4add2
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ return [
'sort_rule_create' => 'created sort rule',
'sort_rule_create_notification' => 'Sort rule successfully created',
'sort_rule_update' => 'updated sort rule',
'sort_rule_update_notification' => 'Sort rule successfully update',
'sort_rule_update_notification' => 'Sort rule successfully updated',
'sort_rule_delete' => 'deleted sort rule',
'sort_rule_delete_notification' => 'Sort rule successfully deleted',

View file

@ -77,7 +77,7 @@ return [
// Sorting Settings
'sorting' => 'Sorting',
'sorting_book_default' => 'Default Book Sort',
'sorting_book_default_desc' => 'Select the default sort role to apply to new books. This won\'t affect existing books, and can be overridden per-book.',
'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.',
'sorting_rules' => 'Sort Rules',
'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.',
'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books',