Small fixes
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Componente|Componentes',
|
||||
'components' => 'Componentes',
|
||||
'component_statuses' => 'Estatus de los componentes',
|
||||
'add' => [
|
||||
'title' => 'Agregar un componente',
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<div class="form-group">
|
||||
<label>
|
||||
{{ trans('forms.settings.app-setup.date-format') }}
|
||||
<a href="http://php.net/manual/en/function.date.php"><i class="icon ion-help-circled"></i></a>
|
||||
<a href="http://php.net/manual/en/function.date.php" target="_blank"><i class="icon ion-help-circled"></i></a>
|
||||
</label>
|
||||
<input type="text" class="form-control" name="date_format" value="{{ Setting::get('date_format') ?: 'jS F Y' }}">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user