Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
SoftwarePublico
noosfero
Commits
15eb68fe
Commit
15eb68fe
authored
Aug 28, 2015
by
Leandro Nunes
Browse files
fix translation string
parent
aae52175
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/oauth_client/controllers/public/oauth_client_plugin_public_controller.rb
...ntrollers/public/oauth_client_plugin_public_controller.rb
+1
-1
No files found.
plugins/oauth_client/controllers/public/oauth_client_plugin_public_controller.rb
View file @
15eb68fe
...
...
@@ -27,7 +27,7 @@ class OauthClientPluginPublicController < PublicController
if
auth
.
enabled?
&&
provider
.
enabled?
self
.
current_user
=
person
.
user
else
session
[
:notice
]
=
_
(
"Can't login with
#{
provider
.
name
}
"
)
session
[
:notice
]
=
_
(
"Can't login with
%s"
)
%
provider
.
name
end
redirect_to
:controller
=>
:account
,
:action
=>
:login
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment