Procházet zdrojové kódy

Updates label for change filter in graph search

main
Keith Daulton před 2 roky
rodič
revize
594245da08
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/webviews/apps/shared/components/search/search-input.ts

+ 2
- 2
src/webviews/apps/shared/components/search/search-input.ts Zobrazit soubor

@ -89,7 +89,7 @@ const template = html`
)}
${when(
x => x.helpType === 'change:',
html<SearchInput>`<span>Changes: use a regex pattern, e.g. change:update&#92;(param</span>`,
html<SearchInput>`<span>Change: use a regex pattern, e.g. change:update&#92;(param</span>`,
)}
</div>
</div>
@ -160,7 +160,7 @@ const template = html`
File <small>file: or ?:</small>
</button>
<button class="helper-button" type="button" @click="${(x, _c) => x.handleInsertToken('change:')}">
Changes <small>change: or ~:</small>
Change <small>change: or ~:</small>
</button>
</div>
</template>

Načítá se…
Zrušit
Uložit