Mark UBL as beta

This commit is contained in:
Hillel Coren 2018-02-21 14:33:59 +02:00
parent da130c1c76
commit 5cb9262656
2 changed files with 7 additions and 4 deletions

View File

@ -2749,6 +2749,7 @@ $LANG = array(
'email_address_changed' => 'Email address has been changed',
'email_address_changed_message' => 'The email address for your account has been changed from :old_email to :new_email.',
'test' => 'Test',
'beta' => 'Beta',
);

View File

@ -53,14 +53,16 @@
'link_docs' => link_to('http://docs.invoiceninja.com/en/latest/configure.html#phantomjs', 'PhantomJS', ['target' => '_blank'])
])) : false) !!}
{!! Former::checkbox('ubl_email_attachment')
->text(trans('texts.enable'))
->value(1) !!}
{!! Former::checkbox('document_email_attachment')
->text(trans('texts.enable'))
->value(1) !!}
{!! Former::checkbox('ubl_email_attachment')
->text(trans('texts.enable'))
->label(sprintf('%s [%s]', trans('texts.ubl_email_attachment'), trans('texts.beta')))
->value(1) !!}
 
{{-- Former::select('recurring_hour')->options($recurringHours) --}}