diff options
Diffstat (limited to 'doc/views')
-rw-r--r-- | doc/views/configs-options.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/views/configs-options.htm b/doc/views/configs-options.htm index 6d0af28..73b38a7 100644 --- a/doc/views/configs-options.htm +++ b/doc/views/configs-options.htm @@ -269,7 +269,7 @@ <pre ><code>$scope.localLang = { selectAll : "Tick all", selectNone : "Tick none", - reset : "Undo all" + reset : "Undo all", search : "Type here to search...", nothingSelected : "Nothing is selected" //default-label is deprecated and replaced with this. }</code></pre> |