diff --git a/src/commands/briefcaseCommand.ts b/src/commands/briefcaseCommand.ts index 38e130b7..cc0e01b5 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') } );