From d9ec96acc7fed22c407a2e97067d5375e6e972ab Mon Sep 17 00:00:00 2001 From: Rafael Moyano Date: Thu, 29 Jun 2023 16:07:13 -0300 Subject: [PATCH] Remove extra colon in Create Strategy form. This commit removes an extra colon from Patch description text in the Create Strategy form. Test Plan: PASS: Install starlingx-dashboard package, restart Horizon and open Create Strategy form in order to verify the patch description has been updated properly. Closes-bug: 2025388 Change-Id: I66573822f6581be70ac8c51ba72e3b7b70bd5edc Signed-off-by: Rafael Moyano --- .../templates/dc_orchestration/_create_cloud_strategy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/dc_orchestration/templates/dc_orchestration/_create_cloud_strategy.html b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/dc_orchestration/templates/dc_orchestration/_create_cloud_strategy.html index 3431aeaa..b96d5dfe 100644 --- a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/dc_orchestration/templates/dc_orchestration/_create_cloud_strategy.html +++ b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/dc_admin/dc_orchestration/templates/dc_orchestration/_create_cloud_strategy.html @@ -17,7 +17,7 @@ {% trans "Create a strategy to specify how the clouds should be orchestrated" %}

- {% trans "Patch:: specify how the patches should be updated." %} + {% trans "Patch: specify how the patches should be updated." %}

{% trans "Upgrade: specify how the software should be upgraded." %}