File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ export function setHighlightOccurrences(context:any) {
212212 changes,
213213 } ) ;
214214
215- new Notice ( `Permanently highlighted ${ matches . length } for ${ selectedText } occurrences.` ) ;
215+ new Notice ( `Permanently highlighted ${ matches . length } for " ${ selectedText } " occurrences.` ) ;
216216}
217217export function removeHighlightOccurrences ( context :any ) {
218218 const activeView = context . app . workspace . getActiveViewOfType ( MarkdownView ) ;
@@ -269,7 +269,7 @@ export function removeHighlightOccurrences(context:any) {
269269 changes,
270270 } ) ;
271271
272- new Notice ( `Removed highlighting from ${ matches . length } occurrences of ${ selectedText } .` ) ;
272+ new Notice ( `Removed highlighting from ${ matches . length } occurrences of " ${ selectedText } " .` ) ;
273273}
274274//endregion
275275
You can’t perform that action at this time.
0 commit comments