From c612a0c9b4a19fef9ee027b06b884e0879ca5e24 Mon Sep 17 00:00:00 2001 From: JoeMasciantonio Date: Fri, 17 Nov 2023 16:34:18 -0500 Subject: [PATCH] ux tip for signature box --- lang/en/texts.php | 1 + lang/en_GB/texts.php | 1 + .../portal/ninja2020/invoices/includes/signature.blade.php | 3 +++ 3 files changed, 5 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 48cfe30beb3a..dd1a966aa46a 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -1933,6 +1933,7 @@ $LANG = array( 'require_quote_signature_help' => 'Require client to provide their signature.', 'i_agree' => 'I Agree To The Terms', 'sign_here' => 'Please sign here:', + 'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature in the panel below:', 'authorization' => 'Authorization', 'signed' => 'Signed', diff --git a/lang/en_GB/texts.php b/lang/en_GB/texts.php index c687b7b8d9cd..8e167bc0a1f3 100644 --- a/lang/en_GB/texts.php +++ b/lang/en_GB/texts.php @@ -1947,6 +1947,7 @@ $LANG = array( 'require_quote_signature_help' => 'Require client to provide their signature.', 'i_agree' => 'I Agree To The Terms', 'sign_here' => 'Please sign here:', + 'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature in the panel below:', 'authorization' => 'Authorisation', 'signed' => 'Signed', diff --git a/resources/views/portal/ninja2020/invoices/includes/signature.blade.php b/resources/views/portal/ninja2020/invoices/includes/signature.blade.php index 5464b607502e..e0b7b7b73577 100644 --- a/resources/views/portal/ninja2020/invoices/includes/signature.blade.php +++ b/resources/views/portal/ninja2020/invoices/includes/signature.blade.php @@ -14,6 +14,9 @@

{{ ctrans('texts.sign_here') }}

+

+ {{ ctrans('texts.sign_here_ux_tip') }} +