From 3caf928a81c9b07c4ea774e5f42b445224015d1f Mon Sep 17 00:00:00 2001 From: Nancy <42977925+mantis-toboggan-md@users.noreply.github.com> Date: Fri, 8 Mar 2024 07:01:48 -0800 Subject: [PATCH] provide an expected variable to a string translation (#5127) --- lib/shared/addon/components/cru-cloud-provider/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/addon/components/cru-cloud-provider/template.hbs b/lib/shared/addon/components/cru-cloud-provider/template.hbs index 1a4500e389..9893317a58 100644 --- a/lib/shared/addon/components/cru-cloud-provider/template.hbs +++ b/lib/shared/addon/components/cru-cloud-provider/template.hbs @@ -288,7 +288,7 @@

{{#if showVsphereHelperText}}

- {{t "cloudProvider.external.vsphereHelpText" htmlSafe=true}} + {{t "cloudProvider.external.vsphereHelpText" docsBase=settings.docsBase htmlSafe=true}}

{{/if}} {{/if}} \ No newline at end of file