CC-4539: Advanced search: Sample rate searched on Hz, but search results
shown in kHz - fixed
This commit is contained in:
parent
9293a26738
commit
2e4d5ec142
3 changed files with 5 additions and 5 deletions
|
@ -190,7 +190,7 @@
|
|||
} else if (th.attr('id') == "length") {
|
||||
label = " hh:mm:ss.t";
|
||||
} else if (th.attr('id') == "sample_rate") {
|
||||
label = " Hz";
|
||||
label = " kHz";
|
||||
}
|
||||
|
||||
th.html(_fnRangeLabelPart(0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue