diff --git a/config/alfresco/messages/webclient.properties b/config/alfresco/messages/webclient.properties
index 06189df85b..572fdfbea1 100644
--- a/config/alfresco/messages/webclient.properties
+++ b/config/alfresco/messages/webclient.properties
@@ -1085,8 +1085,9 @@ sandbox_revertselected=Undo Selected
sandbox_icon=Browse Website
sandbox_snapshot=Create Snapshot
sandbox_snapshot_info=Create a snaphost of this sandbox.
-sandbox_remove=Delete Sandbox
+sandbox_remove=Delete
sandbox_refresh=Refresh
+sandbox_deploy=Deploy & Preview
import_website_content=Bulk Import
title_browse_sandbox=Browse Sandbox
sandbox_info=Use this view to browse the files and folders within the sandbox for a web project.
@@ -1198,14 +1199,18 @@ revert_selected_confirm=Are you sure you want to undo the changes to the selecte
revert_all_title=Undo All Items
revert_all_desc=To undo the changes to all the files in the sandbox, click OK.
revert_all_confirm=Are you sure you want to undo the changes to all files in the sandbox?
-deploy_title=Deploy Snapshot
-deploy_desc=Select the servers to deploy to and click OK.
-deploy_destination=Select the destination servers to deploy to
+deploy_snapshot_title=Deploy Snapshot
+deploy_snapshot_desc=Select the servers to deploy to and click OK.
+deploy_sandbox_title=Deploy Sandbox
+deploy_sandbox_desc=Select a test server to deploy to and click OK.
+deploy_destination=Select the destination server(s) to deploy to
deploy_status=Snapshot {0} is being deployed in the background, refresh this page until the ''View Deployment Report'' link appears.
deploying=Deploying...
deploy_successful=Deployment Successful
deploy_failed=Deployment Failed
deploy_server_not_selected=This server has not been selected as the snapshot has already been deployed successfully.
+deploy_test_server_not_available=No unallocated test servers are available.
+deploy_test_server_allocated=The test server ''{0}'' is allocated to this sandbox. To preview the current deployment click the preview link below (if a URL has been provided) or to deploy the latest changes click the OK button.
deploy_started=Started
deploy_finished=Finished
deployed_by=By
@@ -1236,6 +1241,10 @@ deploy_automatically=Auto Deploy
edit_deploy_server=Edit Deployment Server Details
delete_deploy_server=Delete Deployment Server
no_deploy_servers=No deployment servers have been configured.
+add_alf_deploy_server_info=Provide details of the Alfresco Server Receiver to add
+add_file_deploy_server_info=Provide details of the File System Receiver to add
+edit_alf_deploy_server_info=Edit details of the Alfresco Server Receiver
+edit_file_deploy_server_info=Edit details of the File System Receiver
reason=Reason
snapshot=Snapshot
content_launch=Content Launch
diff --git a/config/alfresco/web-client-config-dialogs.xml b/config/alfresco/web-client-config-dialogs.xml
index 367db22546..ee3488fad4 100644
--- a/config/alfresco/web-client-config-dialogs.xml
+++ b/config/alfresco/web-client-config-dialogs.xml
@@ -270,9 +270,13 @@
icon="/images/icons/revert_all_large.gif" title-id="revert_all_title"
description-id="revert_all_desc" />
-
+
+
+