change capitalization
This commit is contained in:
parent
8e91501104
commit
317b433a5c
1 changed files with 3 additions and 3 deletions
|
@ -267,9 +267,9 @@ Ox.AnnotationFolder = function(options, self) {
|
||||||
: null,
|
: null,
|
||||||
highlight: self.options.highlight,
|
highlight: self.options.highlight,
|
||||||
items: self.annotations,
|
items: self.annotations,
|
||||||
placeholder: 'No ' + self.options.title + (
|
placeholder: 'No ' + self.options.title.toLowerCase() + (
|
||||||
self.options.range == 'position' ? ' at Current Position'
|
self.options.range == 'position' ? ' at current position'
|
||||||
: self.options.range == 'selection' ? ' in Current Selection'
|
: self.options.range == 'selection' ? ' in current selection'
|
||||||
: ''
|
: ''
|
||||||
),
|
),
|
||||||
selected: self.options.selected,
|
selected: self.options.selected,
|
||||||
|
|
Loading…
Add table
Reference in a new issue