From 94429a38c153fb713a86a38778a7512b44e33429 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 17 Jun 2014 19:45:48 +0200 Subject: [PATCH] Fixed typo. --- .../app/controllers/_profile/linked_accounts.js.coffee | 2 +- db/seeds.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/controllers/_profile/linked_accounts.js.coffee b/app/assets/javascripts/app/controllers/_profile/linked_accounts.js.coffee index 942cfccb1..eb3cfb0e6 100644 --- a/app/assets/javascripts/app/controllers/_profile/linked_accounts.js.coffee +++ b/app/assets/javascripts/app/controllers/_profile/linked_accounts.js.coffee @@ -76,5 +76,5 @@ class Index extends App.Controller 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' ) diff --git a/db/seeds.rb b/db/seeds.rb index 62c9a3d13..23775ab31 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -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 => "from", :target => "von" ) 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 => "" ) # install all packages in auto_install