diff --git a/src/assets/js/wishlist.js b/src/assets/js/wishlist.js index 3b9c176a..2b6a6201 100644 --- a/src/assets/js/wishlist.js +++ b/src/assets/js/wishlist.js @@ -33,7 +33,7 @@ $(function() { } /** - * fulfil wish + * Fulfil wish */ $(document).on('click', '.ui.button.fulfil', function() { var button = $(this); diff --git a/src/classes/wish.php b/src/classes/wish.php index 9e14707c..fe8330e4 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -156,10 +156,10 @@ class Wish
- + diff --git a/src/pages/wishlist.php b/src/pages/wishlist.php index 6a02d3bf..787189ec 100644 --- a/src/pages/wishlist.php +++ b/src/pages/wishlist.php @@ -53,7 +53,7 @@ $page->navigation();

' . __('fulfil wish') . '' + ' ' . __('Fulfil wish') . '' ) ?>