Fixed typos and added support to use i18n "ctrl+alt+t" feature.
This commit is contained in:
parent
2825da2ca0
commit
fbd125f80a
1 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,7 @@ class App.FirstStepsClues extends App.Controller
|
||||||
{
|
{
|
||||||
container: '.search-holder'
|
container: '.search-holder'
|
||||||
headline: 'Search'
|
headline: 'Search'
|
||||||
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"§.'
|
text: 'Here you can search for ticket, customers and organizations. Use the wildcard §*§ to find everything. E. g. §smi*§ or §rosent*l§. You also can use ||double quotes|| for searching phrases §"some phrase"§.'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
container: '.user-menu'
|
container: '.user-menu'
|
||||||
|
@ -25,7 +25,7 @@ class App.FirstStepsClues extends App.Controller
|
||||||
{
|
{
|
||||||
container: '.user-menu'
|
container: '.user-menu'
|
||||||
headline: 'Personal Settings'
|
headline: 'Personal Settings'
|
||||||
text: 'Here you can sign out, change the frontend language or see your latest views items.'
|
text: 'Here you can sign out, change the frontend language and see your last viewed items.'
|
||||||
actions: [
|
actions: [
|
||||||
'click .user .js-action',
|
'click .user .js-action',
|
||||||
'hover .user'
|
'hover .user'
|
||||||
|
@ -71,6 +71,11 @@ class App.FirstStepsClues extends App.Controller
|
||||||
@position = 0
|
@position = 0
|
||||||
@render()
|
@render()
|
||||||
|
|
||||||
|
@bind('ui:rerender', =>
|
||||||
|
@render()
|
||||||
|
'clues'
|
||||||
|
)
|
||||||
|
|
||||||
stopPropagation: (event) ->
|
stopPropagation: (event) ->
|
||||||
event.stopPropagation()
|
event.stopPropagation()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue