mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
#47 - Adds a cancel button for edit and reply button.
This commit is contained in:
@ -244,5 +244,7 @@ return [
|
||||
'no_comments' => 'No Comments',
|
||||
'x_comments' => ':numComments Comments',
|
||||
'one_comment' => '1 Comment',
|
||||
'comments_loading' => 'Loading...'
|
||||
'comments_loading' => 'Loading...',
|
||||
'comment_save' => 'Save Comment',
|
||||
'comment_cancel' => 'Cancel'
|
||||
];
|
Reference in New Issue
Block a user