Skip to content

Commit

Permalink
Concatenated strings are not picked up by the l10n dev script (npm ru…
Browse files Browse the repository at this point in the history
…n genl10n)
  • Loading branch information
dbreese committed Jun 13, 2023
1 parent b755297 commit ffc19d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/briefcaseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export class BriefcaseCommand {
static async setupBriefcase(extensionUri: Uri): Promise<boolean> {
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') }
);
Expand Down

0 comments on commit ffc19d8

Please sign in to comment.