mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Small fixes
This commit is contained in:
parent
3405ef5eb7
commit
460f0c8fa9
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user