]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
inline
| side by side (parent:
e0279f9
)
Fixed incorrect notification when deleting a page
author
Dan Brown
<redacted>
Wed, 10 Feb 2016 12:48:29 +0000
(12:48 +0000)
committer
Dan Brown
<redacted>
Wed, 10 Feb 2016 12:48:29 +0000
(12:48 +0000)
resources/lang/en/activities.php
patch
|
blob
|
history
diff --git
a/resources/lang/en/activities.php
b/resources/lang/en/activities.php
index 7a3bcd7602e7f967f0057310c29e59f9d535ebc3..8356d8302d950180a06d32de43ce95a680b80752 100644
(file)
--- a/
resources/lang/en/activities.php
+++ b/
resources/lang/en/activities.php
@@
-13,7
+13,7
@@
return [
'page_update' => 'updated page',
'page_update_notification' => 'Page Successfully Updated',
'page_delete' => 'deleted page',
'page_update' => 'updated page',
'page_update_notification' => 'Page Successfully Updated',
'page_delete' => 'deleted page',
- 'page_delete_notification' => 'Page Successfully
Crea
ted',
+ 'page_delete_notification' => 'Page Successfully
Dele
ted',
'page_restore' => 'restored page',
'page_restore_notification' => 'Page Successfully Restored',
'page_restore' => 'restored page',
'page_restore_notification' => 'Page Successfully Restored',
@@
-35,4
+35,4
@@
return [
'book_sort' => 'sorted book',
'book_sort_notification' => 'Book Successfully Re-sorted',
'book_sort' => 'sorted book',
'book_sort_notification' => 'Book Successfully Re-sorted',
-];
\ No newline at end of file
+];