From a9cb656000e919700dfb1fa2fd503efdf2cb1015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 17 Nov 2020 16:57:18 +0100 Subject: [PATCH] By clicking "Next step" you accept terms. & Not specified translations --- resources/lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 0636c61693..bcf7aff5f9 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3303,4 +3303,6 @@ return [ 'activity_65' => ':user emailed reminder 3 for invoice :invoice to :contact', 'activity_66' => ':user emailed reminder endless for invoice :invoice to :contact', + 'by_clicking_next_you_accept_terms' => 'By clicking "Next step" you accept terms.', + 'not_specified' => 'Not specified', ];