From 9f617b3134eb6223a3d7476b437dab96e6339f33 Mon Sep 17 00:00:00 2001 From: Dustin Breese Date: Tue, 13 Jun 2023 15:28:39 -0600 Subject: [PATCH] Concatenated strings are not picked up by the l10n dev script (npm run genl10n) --- src/commands/briefcaseCommand.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/briefcaseCommand.ts b/src/commands/briefcaseCommand.ts index 38e130b..cc0e01b 100644 --- a/src/commands/briefcaseCommand.ts +++ b/src/commands/briefcaseCommand.ts @@ -13,8 +13,7 @@ export class BriefcaseCommand { static async setupBriefcase(extensionUri: Uri): Promise { await window.showInformationMessage( l10n.t( - 'Click OK to launch your org to the Briefcase Builder page. After ' + - 'launching, return here for instructions to set up a Briefcase rule.' + 'Click OK to launch your org to the Briefcase Builder page. After launching, return here for instructions to set up a Briefcase rule.' ), { title: l10n.t('OK') } );