This commit is contained in:
Simon Cambier
2022-11-17 21:46:43 +01:00
parent ea240c6e5f
commit a7b775f950
6 changed files with 7 additions and 6 deletions

View File

@@ -243,7 +243,7 @@ function showWelcomeNotice(plugin: Plugin) {
if (settings.welcomeMessage !== code) {
const welcome = new DocumentFragment()
welcome.createSpan({}, span => {
span.innerHTML = `<strong>Omnisearch BETA has been updated</strong>
span.innerHTML = `<strong>Omnisearch has been updated</strong>
You can now enable "Images Indexing" to use Optical Character Recognition on your scanned documents
🔎🖼`
})