diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php index 122846383430..1f6f05cd2039 100644 --- a/resources/lang/da/texts.php +++ b/resources/lang/da/texts.php @@ -748,7 +748,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 82db74aedca8..ab97c6900126 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -739,6 +739,6 @@ return array( 'recurring_invoice' => 'Wiederkehrende Rechnung', 'recurring_too_soon' => 'Es ist zu früh, um die nächste wiederkehrende Rechnung zu erstellen', 'created_by_invoice' => 'Erstellt durch :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index abb73def2593..27c92942622f 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -718,6 +718,6 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); \ No newline at end of file diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index 47b452a327b4..4e9098101282 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -747,7 +747,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); \ No newline at end of file diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php index fc4fe086c2c7..91da1a427b97 100644 --- a/resources/lang/fr/texts.php +++ b/resources/lang/fr/texts.php @@ -739,7 +739,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php index 1ae99b9c49f1..e34b4623aa77 100644 --- a/resources/lang/fr_CA/texts.php +++ b/resources/lang/fr_CA/texts.php @@ -740,6 +740,6 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index 26ccaa791bb4..6f77c21f8bf4 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -742,7 +742,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index 9b2e313c670e..b7d0271af3bf 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -749,7 +749,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index a23c1ce99c79..c19ffd9c5bbf 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -747,7 +747,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); \ No newline at end of file diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index 7cef450cd692..180328a32a89 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -742,7 +742,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index fde8e8f4451a..370d961f5bf8 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -742,6 +742,6 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', ); diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php index c6a1687cd478..9e35a2e8972c 100644 --- a/resources/lang/sv/texts.php +++ b/resources/lang/sv/texts.php @@ -745,7 +745,7 @@ return array( 'recurring_invoice' => 'Recurring Invoice', 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice', 'created_by_invoice' => 'Created by :invoice', - + 'primary_user' => 'Primary User', );