Skip to content

Commit

Permalink
Merge branch '2.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 12, 2019
2 parents 489aa37 + 2f7b576 commit 7386f27
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 133 deletions.
2 changes: 1 addition & 1 deletion build_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function generateTranslations(fields, presets, tstrings, searchableFieldIDs) {
if (f.terms && f.terms.length) {
field['terms#'] = 'terms: ' + f.terms.join();
}
field.terms = '<translate with synonyms or related terms for \'' + field.label + '\', separated by commas>';
field.terms = '[translate with synonyms or related terms for \'' + field.label + '\', separated by commas]';
} else {
delete field.terms;
}
Expand Down
Loading

0 comments on commit 7386f27

Please sign in to comment.