Fixed typo.
This commit is contained in:
parent
294654c73d
commit
94429a38c1
2 changed files with 1 additions and 2 deletions
|
@ -76,5 +76,5 @@ class Index extends App.Controller
|
||||||
msg: App.i18n.translateContent( data.message )
|
msg: App.i18n.translateContent( data.message )
|
||||||
)
|
)
|
||||||
|
|
||||||
App.Config.set( 'LinkedAccounts', { prio: 3000, name: 'Linked Accunts', parent: '#profile', target: '#profile/linked', controller: Index }, 'NavBarProfile' )
|
App.Config.set( 'LinkedAccounts', { prio: 3000, name: 'Linked Accounts', parent: '#profile', target: '#profile/linked', controller: Index }, 'NavBarProfile' )
|
||||||
|
|
||||||
|
|
|
@ -1864,7 +1864,6 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Here you can crea
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "Fold in", :target => "Einklappen" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "Fold in", :target => "Einklappen" )
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "from", :target => "von" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "from", :target => "von" )
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "to", :target => "nach" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "to", :target => "nach" )
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "Linked Accunts", :target => "Verknüpfte Accounts")
|
|
||||||
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )
|
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )
|
||||||
|
|
||||||
# install all packages in auto_install
|
# install all packages in auto_install
|
||||||
|
|
Loading…
Reference in a new issue