Improved search description.

This commit is contained in:
Martin Edenhofer 2016-02-07 21:42:48 +01:00
parent 73f27f48ae
commit 06e9a6abbe
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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