From 9bf605f613559f90206ff68c5229f219614d63f3 Mon Sep 17 00:00:00 2001 From: Julia Aranovich Date: Mon, 6 Feb 2017 12:28:25 +0300 Subject: [PATCH] Fix translation on Deployment Only dashboard panel Closes-Bug: #1661162 Change-Id: Ia77a1d88d2aeb6667e7b290137a7cd35406a01ac --- static/translations/core.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/translations/core.json b/static/translations/core.json index 75b366b93..ed03f08ac 100644 --- a/static/translations/core.json +++ b/static/translations/core.json @@ -824,8 +824,8 @@ "description": "\"Advanced deployment\" deploys OpenStack services on nodes which have the operating system already provisioned.\nTo complete provisioning and deployment at the same time, select \"Provisioning + Deployment\" from the Deployment Mode dropdown.", "nodes_to_redeploy": "__count__ node to redeploy", "nodes_to_redeploy_plural": "__count__ nodes to redeploy", - "provisioned_nodes_to_deploy": "__count__ node is provisioned", - "provisioned_nodes_to_deploy_plural": "__count__ nodes are provisioned", + "provisioned_nodes": "__count__ node is provisioned", + "provisioned_nodes_plural": "__count__ nodes are provisioned", "no_nodes": "Nodes can only be deployed using the \"Deployment only\" feature if they have been provisioned with an operating system.\nPlease select \"Provisioning only\" or \"Provisioning + Deployment\" from the Deployment Mode dropdown to continue.", "button_title_all_nodes": "Deploy __count__ Node", "button_title_all_nodes_plural": "Deploy __count__ Nodes",