diff --git a/src/assets/js/wishlist.js b/src/assets/js/wishlist.js index 7bb2522c..3b9c176a 100644 --- a/src/assets/js/wishlist.js +++ b/src/assets/js/wishlist.js @@ -33,25 +33,25 @@ $(function() { } /** - * Fulfill wish + * fulfil wish */ - $(document).on('click', '.ui.button.fulfill', function() { + $(document).on('click', '.ui.button.fulfil', function() { var button = $(this); var card = button.closest('.ui.card'); var column = card.closest('.column'); $('body') .modal({ - title : text.modal_wish_fulfill_title, - content : text.modal_wish_fulfill, + title : text.modal_wish_fulfil_title, + content : text.modal_wish_fulfil, class : 'tiny', actions : [ { - text : text.modal_wish_fulfill_approve, + text : text.modal_wish_fulfil_approve, class: 'approve primary' }, { - text : text.modal_wish_fulfill_deny, + text : text.modal_wish_fulfil_deny, class: '' } ], diff --git a/src/classes/page.php b/src/classes/page.php index fb4a4ef2..ea2b400f 100644 --- a/src/classes/page.php +++ b/src/classes/page.php @@ -245,10 +245,10 @@ class Page modal_wishlist_delete_approve : '', modal_wishlist_delete_deny : '', - modal_wish_fulfill_title : '', - modal_wish_fulfill : '', - modal_wish_fulfill_approve : '', - modal_wish_fulfill_deny : '', + modal_wish_fulfil_title : '', + modal_wish_fulfil : '', + modal_wish_fulfil_approve : '', + modal_wish_fulfil_deny : '', modal_wish_delete_title : '', modal_wish_delete : '', modal_wish_delete_approve : '', @@ -277,14 +277,14 @@ class Page form_prompt_integer : '', form_prompt_decimal : '', form_prompt_number : '', - form_prompt_is : '', - form_prompt_isExactly : '', - form_prompt_not : '', - form_prompt_notExactly : '', - form_prompt_contain : '', - form_prompt_containExactly : '', - form_prompt_doesntContain : '', - form_prompt_doesntContainExactly : '', + form_prompt_is : '', + form_prompt_isExactly : '', + form_prompt_not : '', + form_prompt_notExactly : '', + form_prompt_contain : '', + form_prompt_containExactly : '', + form_prompt_doesntContain : '', + form_prompt_doesntContainExactly : '', form_prompt_minLength : '', form_prompt_length : '', form_prompt_exactLength : '', diff --git a/src/classes/wish.php b/src/classes/wish.php index db102d94..9e14707c 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -155,11 +155,11 @@ class Wish
- - + diff --git a/src/pages/home.php b/src/pages/home.php index ec59af2c..7f79f58a 100644 --- a/src/pages/home.php +++ b/src/pages/home.php @@ -63,7 +63,7 @@ $page->navigation();

-

+

diff --git a/src/pages/wishlist.php b/src/pages/wishlist.php index 8eea8dc7..6a02d3bf 100644 --- a/src/pages/wishlist.php +++ b/src/pages/wishlist.php @@ -41,7 +41,7 @@ $page->navigation();
-

+

@@ -52,8 +52,8 @@ $page->navigation();

' . __('Fulfill wish') . '' + __('If you found a wish you would like to fulfil, click the %s button and it will become unavailable for others.'), + ' ' . __('fulfil wish') . '' ) ?>