diff --git a/Backend/mocked-services/src/main/resources/static/html/mock.html b/Backend/mocked-services/src/main/resources/static/html/mock.html
index 8bedcb9..d844052 100644
--- a/Backend/mocked-services/src/main/resources/static/html/mock.html
+++ b/Backend/mocked-services/src/main/resources/static/html/mock.html
@@ -21,10 +21,7 @@
                     
                     
Your Message
                     Messaged id: 1
-                    
-                    
-                        
-                    
+
                     
                     
                         
@@ -58,7 +55,9 @@
                                 
                             
                         
-                        
+                        
+                            
+                        
                     
                     
                     
@@ -184,6 +183,12 @@
                         
Link is an url representing an endpoint at which you can receive your mocked response by simply sending get request.
                     
+                    
+                        
Save button!
+                        
To save message, the message must be changed!
+                    
+                
                     
                         
Http Status
diff --git a/Backend/mocked-services/src/main/resources/static/js/uianimation.js b/Backend/mocked-services/src/main/resources/static/js/uianimation.js
index 2d7add0..e375856 100644
--- a/Backend/mocked-services/src/main/resources/static/js/uianimation.js
+++ b/Backend/mocked-services/src/main/resources/static/js/uianimation.js
@@ -114,3 +114,8 @@ $('#headerValueInput').mouseover(function(){showTip('newHeaderTip')});
 $('#headerValueInput').focusin(function(){focusInTip('newHeaderTip')});
 $('#headerValueInput').mouseleave(function(){hidTip('newHeaderTip')});
 $('#headerValueInput').focusout(function(){focusOutTip('newHeaderTip')});
+
+$('#btnSave').mouseover(function(){showTip('btnSaveTip');});
+$('#btnSave').focusin(function(){focusInTip('btnSaveTip')});
+$('#btnSave').mouseleave(function(){hidTip('btnSaveTip')});
+$('#btnSave').focusout(function(){focusOutTip('btnSaveTip')});
\ No newline at end of file