diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3194c9a1fb25..9c38e2edca07 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,8 +9,7 @@ assignees: '' **What version of Invoice Ninja are you running? ie v4.5 / v5** -**What environment are you running? - +**What environment are you running?** Docker Shared Hosting ZIP diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index a969d5acbabc..5b65b0f2d162 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4142,6 +4142,7 @@ $LANG = array( "online_payments_minimum_note" => "Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.", "payment_token_not_found" => "Payment token not found, please try again. If an issue still persist, try with another payment method", + ); return $LANG;