Skip to content

Commit f080016

Browse files
committed
wrap l10n
1 parent 54885d6 commit f080016

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
@@ -860,7 +860,9 @@ export default class ParticipantController {
860860
}
861861

862862
stream.markdown(
863-
`Which collection would you like to use within ${databaseName}?\n\n`
863+
vscode.l10n.t(
864+
`Which collection would you like to use within ${databaseName}?\n\n`
865+
)
864866
);
865867

866868
this.renderCollectionsTree({

0 commit comments

Comments
 (0)