Skip to content

Commit 5c15f4a

Browse files
committed
Translations: Fixed a couple of errors in sorting en words
1 parent 92ad814 commit 5c15f4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang/en/activities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'sort_rule_create' => 'created sort rule',
132132
'sort_rule_create_notification' => 'Sort rule successfully created',
133133
'sort_rule_update' => 'updated sort rule',
134-
'sort_rule_update_notification' => 'Sort rule successfully update',
134+
'sort_rule_update_notification' => 'Sort rule successfully updated',
135135
'sort_rule_delete' => 'deleted sort rule',
136136
'sort_rule_delete_notification' => 'Sort rule successfully deleted',
137137

lang/en/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
// Sorting Settings
7878
'sorting' => 'Sorting',
7979
'sorting_book_default' => 'Default Book Sort',
80-
'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.',
80+
'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.',
8181
'sorting_rules' => 'Sort Rules',
8282
'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.',
8383
'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books',

0 commit comments

Comments
 (0)