diff --git a/app/lang/de/texts.php b/app/lang/de/texts.php index db3a2487f9d0..e260a8987baa 100644 --- a/app/lang/de/texts.php +++ b/app/lang/de/texts.php @@ -320,6 +320,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 967f0f6aa895..6cf6ff353386 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -327,12 +327,13 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', - 'fill_products_help' => 'Selecting a product will automatically set the description and cost', + 'fill_products_help' => 'Selecting a product will automatically fill in the description and cost', 'update_products' => 'Auto-update products', - 'update_products_help' => 'Updating an invoice will automatically update the products', + 'update_products_help' => 'Updating an invoice will automatically update the product library', 'create_product' => 'Create Product', 'edit_product' => 'Edit Product', 'archive_product' => 'Archive Product', diff --git a/app/lang/es/texts.php b/app/lang/es/texts.php index a8b493f65934..7b56bb8f8888 100644 --- a/app/lang/es/texts.php +++ b/app/lang/es/texts.php @@ -319,6 +319,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php index 87a5f660fa0a..d48a8eb4dddd 100644 --- a/app/lang/fr/texts.php +++ b/app/lang/fr/texts.php @@ -320,6 +320,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/it/texts.php b/app/lang/it/texts.php index 604415fe4276..12c013488ab8 100644 --- a/app/lang/it/texts.php +++ b/app/lang/it/texts.php @@ -320,6 +320,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/nl/texts.php b/app/lang/nl/texts.php index 47df38988dac..fee70efacd93 100644 --- a/app/lang/nl/texts.php +++ b/app/lang/nl/texts.php @@ -321,6 +321,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index 94a8545619a9..34708c6a3900 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -309,6 +309,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/views/accounts/nav.blade.php b/app/views/accounts/nav.blade.php index 35f2cb823524..cae5809b5566 100755 --- a/app/views/accounts/nav.blade.php +++ b/app/views/accounts/nav.blade.php @@ -3,11 +3,11 @@ @section('content')

 

diff --git a/app/views/accounts/products.blade.php b/app/views/accounts/products.blade.php index 82426fc54bfb..045a91568ec4 100644 --- a/app/views/accounts/products.blade.php +++ b/app/views/accounts/products.blade.php @@ -8,10 +8,10 @@ {{ Former::populateField('update_products', intval($account->update_products)) }} - {{ Former::legend('products') }} + {{ Former::legend('product_library') }} {{ Former::checkbox('fill_products')->text(trans('texts.fill_products_help')) }} {{ Former::checkbox('update_products')->text(trans('texts.update_products_help')) }} - +   {{ Former::actions( Button::lg_success_submit(trans('texts.save'))->append_with_icon('floppy-disk') ) }} {{ Former::close() }} diff --git a/app/views/header.blade.php b/app/views/header.blade.php index eadcd8fb060c..a3b9f42e762e 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -137,7 +137,7 @@