mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixing typo: Recommnded to Recommended
This commit is contained in:
parent
ea82406567
commit
8d06758734
@ -29,7 +29,7 @@
|
||||
{{ Former::text('name') }}
|
||||
{{ Former::text('work_email')->label('Email') }}
|
||||
{{ Former::text('work_phone')->label('Phone') }}
|
||||
{{ Former::file('logo')->max(2, 'MB')->accept('image')->inlineHelp('Supported: JPEG, GIF and PNG. Recommnded size: 120px width, 80px height') }}
|
||||
{{ Former::file('logo')->max(2, 'MB')->accept('image')->inlineHelp('Supported: JPEG, GIF and PNG. Recommended size: 120px width, 80px height') }}
|
||||
|
||||
@if (file_exists($account->getLogoPath()))
|
||||
<center>
|
||||
|
Loading…
x
Reference in New Issue
Block a user