Improved search description.
This commit is contained in:
parent
73f27f48ae
commit
06e9a6abbe
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ class App.FirstStepsClues extends App.Controller
|
|||
{
|
||||
container: '.search-holder'
|
||||
headline: 'Search'
|
||||
text: 'Here you can search for ticket, customers and organizations. To find everything use the §*§-Placeholder'
|
||||
text: 'Here you can search for ticket, customers and organizations. You can use the §*§-Placeholder as wildcard. E. g. §smi*§ or §rosent*l§. You also can use ||double quotes|| for searching phrases §"some phrase"§.'
|
||||
}
|
||||
{
|
||||
container: '.user-menu'
|
||||
|
|
|
@ -2,7 +2,7 @@ class App.Dashboard extends App.Controller
|
|||
clueAccess: true
|
||||
events:
|
||||
'click .tabs .tab': 'toggle'
|
||||
'click .intro': 'clues'
|
||||
'click .js-intro': 'clues'
|
||||
|
||||
constructor: ->
|
||||
super
|
||||
|
|
Loading…
Reference in a new issue