diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 023e9c052c..5e1ad742e3 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -498,5 +498,6 @@ return [ 'action_permission_denied' => 'You do not have permission to :action :item_type ID :id', 'action_permission_generic' => 'You do not have permission to :action this :item_type', 'edit' => 'edit', + 'action_source' => 'Action Source', ];