We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f28ef commit 8804eabCopy full SHA for 8804eab
1 file changed
scripts/ontoportal.js
@@ -8,15 +8,15 @@ jQuery(document).ready(function ($) {
8
const translations = {
9
en: {
10
selectTitle: "Open in new tab to view Term page",
11
- placeholder: "Search by preferred or alternate label",
+ placeholder: "Type one or more words",
12
searching: "Searching...",
13
freeTextPrefix: "Free text: ",
14
expandFields: "Expand all fields",
15
shrinkFields: "Shrink all fields",
16
},
17
fr: {
18
selectTitle: "Ouvre la page du mot-clé dans un nouvel onglet",
19
- placeholder: "Recherchez par mot-clé exact ou synonyme",
+ placeholder: "Taper un ou plusieurs mots",
20
searching: "Recherche en cours...",
21
freeTextPrefix: "Saisie libre: ",
22
expandFields: "Développer tous les champs",
0 commit comments