Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c7072c25
Commit
c7072c25
authored
Feb 27, 2022
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix membership actions message
parent
9e05002f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/controllers/concerns/membership_actions.rb
app/controllers/concerns/membership_actions.rb
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
app/controllers/concerns/membership_actions.rb
View file @
c7072c25
...
...
@@ -79,8 +79,8 @@ module MembershipActions
notice:
_
(
'Your request for access has been queued for review.'
)
else
redirect_to
polymorphic_path
(
membershipable
),
alert:
_
(
"Your request for access could not be processed: %{error_me
e
sage}"
)
%
{
error_me
e
sage:
access_requester
.
errors
.
full_messages
.
to_sentence
}
alert:
_
(
"Your request for access could not be processed: %{error_me
s
sage}"
)
%
{
error_me
s
sage:
access_requester
.
errors
.
full_messages
.
to_sentence
}
end
end
...
...
locale/gitlab.pot
View file @
c7072c25
...
...
@@ -42590,7 +42590,7 @@ msgstr ""
msgid "Your public email will be displayed on your public profile."
msgstr ""
msgid "Your request for access could not be processed: %{error_me
e
sage}"
msgid "Your request for access could not be processed: %{error_me
s
sage}"
msgstr ""
msgid "Your request for access has been queued for review."
...
...
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