diff --git a/app/views/dashboard/components/add.blade.php b/app/views/dashboard/components/add.blade.php index 3ca5ac4e..b096dded 100644 --- a/app/views/dashboard/components/add.blade.php +++ b/app/views/dashboard/components/add.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.components.components') }} - > {{ trans('dashboard.components.add.title') }} + > {{ trans('dashboard.components.add.title') }}
diff --git a/app/views/dashboard/components/groups/add.blade.php b/app/views/dashboard/components/groups/add.blade.php index 3e741190..d0af7287 100644 --- a/app/views/dashboard/components/groups/add.blade.php +++ b/app/views/dashboard/components/groups/add.blade.php @@ -8,7 +8,7 @@ {{ trans_choice('dashboard.components.groups.groups', 2) }} - > {{ trans('dashboard.components.groups.add.title') }} + > {{ trans('dashboard.components.groups.add.title') }}
diff --git a/app/views/dashboard/incidents/add.blade.php b/app/views/dashboard/incidents/add.blade.php index 54c1d659..eeeed93f 100644 --- a/app/views/dashboard/incidents/add.blade.php +++ b/app/views/dashboard/incidents/add.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.incidents') }} - > {{ trans('dashboard.incidents.add.title') }} + > {{ trans('dashboard.incidents.add.title') }}
diff --git a/app/views/dashboard/incidents/edit.blade.php b/app/views/dashboard/incidents/edit.blade.php index ea267643..b72a14df 100644 --- a/app/views/dashboard/incidents/edit.blade.php +++ b/app/views/dashboard/incidents/edit.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.incidents') }} - > {{ trans('dashboard.incidents.edit.title') }} + > {{ trans('dashboard.incidents.edit.title') }}
diff --git a/app/views/dashboard/incidents/templates/add.blade.php b/app/views/dashboard/incidents/templates/add.blade.php index 69214712..9cb69cf4 100644 --- a/app/views/dashboard/incidents/templates/add.blade.php +++ b/app/views/dashboard/incidents/templates/add.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.templates.title') }} - > {{ trans('dashboard.incidents.templates.add.title') }} + > {{ trans('dashboard.incidents.templates.add.title') }}
diff --git a/app/views/dashboard/incidents/templates/edit.blade.php b/app/views/dashboard/incidents/templates/edit.blade.php index 509cf6c1..1c0686b8 100644 --- a/app/views/dashboard/incidents/templates/edit.blade.php +++ b/app/views/dashboard/incidents/templates/edit.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.templates.title') }} - > {{ trans('dashboard.incidents.templates.edit.title') }} + > {{ trans('dashboard.incidents.templates.edit.title') }}