diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 87d92ad54..2af13f342 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -70,7 +70,7 @@ 'width': 920, 'height': 400, 'type': 'iframe', - 'href': '/en/profile/sign_in?modal=1', + 'href': '/<%= I18n.locale %>/profile/sign_in?modal=1', 'onClosed': function() { // modal_signin_successful variable set by modal dialog box if (typeof modal_signin_successful != 'undefined' ) { |