Skip to content

Commit

Permalink
Merge pull request #467 from lvloper/patch-1
Browse files Browse the repository at this point in the history
Update editor.php
  • Loading branch information
awcodes authored Sep 20, 2024
2 parents e692814 + 04c1c4a commit 82b7751
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/lang/es/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@
'ordered' => 'Lista ordenada',
'checked' => 'Lista marcada',
],
'media' => 'Insertar / Editar medios',
'media' => [
'insert_edit' => 'Insertar / Editar medios',
'edit' => 'Editar medios',
'remove' => 'Eliminar medios',
],
'merge_tags' => [
'panel' => 'Etiquetas combinadas',
],
Expand Down

0 comments on commit 82b7751

Please sign in to comment.