mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Adding languages for the revision deletion.
This commit is contained in:
@ -265,4 +265,9 @@ return [
|
||||
'comment_updated_success' => 'Comentario actualizado',
|
||||
'comment_delete_confirm' => '¿Está seguro que quiere borrar este comentario?',
|
||||
'comment_in_reply_to' => 'En respuesta a :commentId',
|
||||
|
||||
/**
|
||||
* Revision
|
||||
*/
|
||||
'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
|
||||
];
|
||||
|
Reference in New Issue
Block a user