1
0
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:
Abijeet
2017-06-04 20:43:56 +05:30
parent 06d75e1804
commit 689d1eb082
3 changed files with 16 additions and 5 deletions

View File

@ -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'
];