diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index dc91820cb6d2..40d3e1216932 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4140,6 +4140,8 @@ $LANG = array( ////////////////////////////////////// 'start_migration' => 'Start Migration', + 'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact', + ); return $LANG;