Mention language in pop-up message

This commit is contained in:
Elena Tanasoiu
2023-02-06 14:23:36 +00:00
parent 63add84bf3
commit 397aa2befe

View File

@@ -652,7 +652,7 @@ export class DatabaseManager extends DisposableObject {
}
await showBinaryChoiceDialog(
"We've noticed you don't have QL packs downloaded to analyze this database. Can we set it up for you?",
`We've noticed you don't have a QL pack downloaded to analyze this database. Can we set up a ${databaseItem.language} query pack for you`,
);
}