From dbd3a271c4cda879b8eb36d137f6bd09765ad646 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Mon, 18 Jul 2022 12:32:28 -0700 Subject: [PATCH] small fix for arc package nls comma (#20066) --- extensions/arc/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index 6995aeb4ad..96c7d409ad 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -235,7 +235,7 @@ "arc.agreement.sql.help.text.learn.more.ariaLabel": "Learn more about Azure Arc enabled Managed Instance", "arc.sql.pitr.retention.description": "Configure retention for point-in-time backups. {0}", "arc.data.controller.help.text": "The Kubernetes cluster must already be arc-enabled with the az connectedk8s connect command. Please use our {0} to learn more.", - "arc.data.controller.help.text.documentation.page": "documentation page" + "arc.data.controller.help.text.documentation.page": "documentation page", "arc.agreement.sql.help.text.terms.of.use": "Terms of use", "arc.agreement.sql.help.text.privacy.policy": "Privacy policy", "arc.agreement.sql.help.text.azure.marketplace.terms": "Azure Marketplace Terms"