diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 911725c1f72..ae1d76a7545 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -11,6 +11,7 @@ label.number.of.virtual.routers=Number of Virtual Routers
label.action.register.iso=Register ISO
label.isolation.method=Isolation method
label.action.register.template=Register template
+label.checksum=MD5 checksum
#new labels (end) ************************************************************************************************
diff --git a/ui/index.jsp b/ui/index.jsp
index c93836601ee..5b96c39910f 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -2951,6 +2951,7 @@ dictionary = {
'message.validate.instance.name': '',
'label.action.register.template': '',
'label.action.register.iso': '',
-'label.isolation.method': ''
+'label.isolation.method': '',
+'label.checksum': ''
};