Skip to content

Commit

Permalink
Merge pull request #18 from rmsramos/develop
Browse files Browse the repository at this point in the history
fix code styling
  • Loading branch information
rmsramos authored Jun 4, 2024
2 parents a2e75c3 + 68afa12 commit f3d64db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/lang/es/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

return [
'modal' => [
'heading' => 'Registro de actividad del usuario',
'heading' => 'Registro de actividad del usuario',
'description' => 'Seguimiento de todas las actividades del usuario',
'tooltip' => 'Actividades del usuario',
'tooltip' => 'Actividades del usuario',
],
];
4 changes: 2 additions & 2 deletions resources/lang/es/tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
],
'filters' => [
'created_at' => [
'label' => 'Registrado en',
'created_from' => 'Creado desde ',
'label' => 'Registrado en',
'created_from' => 'Creado desde ',
'created_until' => 'Creado hasta ',
],
'event' => [
Expand Down

0 comments on commit f3d64db

Please sign in to comment.