Skip to content

Commit 182dc15

Browse files
committed
wrap in l10n
1 parent 190f4f6 commit 182dc15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/participant/participant.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,9 @@ export default class ParticipantController {
874874
}
875875

876876
stream.markdown(
877-
`Which collection would you like to use within ${databaseName}?\n\n`
877+
vscode.l10n.t(
878+
`Which collection would you like to use within ${databaseName}?\n\n`
879+
)
878880
);
879881

880882
this.renderCollectionsTree({

0 commit comments

Comments
 (0)