Skip to content

Commit 8804eab

Browse files
committed
Fix placeholder
1 parent 92f28ef commit 8804eab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ontoportal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jQuery(document).ready(function ($) {
88
const translations = {
99
en: {
1010
selectTitle: "Open in new tab to view Term page",
11-
placeholder: "Search by preferred or alternate label",
11+
placeholder: "Type one or more words",
1212
searching: "Searching...",
1313
freeTextPrefix: "Free text: ",
1414
expandFields: "Expand all fields",
1515
shrinkFields: "Shrink all fields",
1616
},
1717
fr: {
1818
selectTitle: "Ouvre la page du mot-clé dans un nouvel onglet",
19-
placeholder: "Recherchez par mot-clé exact ou synonyme",
19+
placeholder: "Taper un ou plusieurs mots",
2020
searching: "Recherche en cours...",
2121
freeTextPrefix: "Saisie libre: ",
2222
expandFields: "Développer tous les champs",

0 commit comments

Comments
 (0)