From d5cb8b3abe8dcc0b12a571d2b2c6e47266b1e7f2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 5 Jun 2016 22:55:23 +0300 Subject: [PATCH] Minor fixes --- resources/lang/en/texts.php | 2 +- .../views/accounts/customize_design.blade.php | 46 +++++++-------- .../views/accounts/invoice_design.blade.php | 56 +++++++++---------- resources/views/accounts/management.blade.php | 2 +- resources/views/invoices/edit.blade.php | 4 +- resources/views/invoices/history.blade.php | 18 +++--- resources/views/invoices/view.blade.php | 2 +- 7 files changed, 65 insertions(+), 65 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 41d4af2a6021..0e38859b66df 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1163,7 +1163,7 @@ $LANG = array( 'preview' => 'Preview', 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', - 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments.', + 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', 'return_to_app' => 'Return to app', diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php index 9c9fff51121c..f4eb56a79a30 100644 --- a/resources/views/accounts/customize_design.blade.php +++ b/resources/views/accounts/customize_design.blade.php @@ -10,16 +10,16 @@ @foreach ($account->getFontFolders() as $font) @endforeach - +