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
232cac01
Commit
232cac01
authored
Sep 08, 2020
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in WikiPages::UpdateService messaging
parent
2a6b4e45
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/services/wiki_pages/update_service.rb
app/services/wiki_pages/update_service.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
app/services/wiki_pages/update_service.rb
View file @
232cac01
...
@@ -11,7 +11,7 @@ module WikiPages
...
@@ -11,7 +11,7 @@ module WikiPages
ServiceResponse
.
success
(
payload:
{
page:
page
})
ServiceResponse
.
success
(
payload:
{
page:
page
})
else
else
ServiceResponse
.
error
(
ServiceResponse
.
error
(
message:
_
(
'Could not u
d
pdate wiki page'
),
message:
_
(
'Could not update wiki page'
),
payload:
{
page:
page
}
payload:
{
page:
page
}
)
)
end
end
...
...
locale/gitlab.pot
View file @
232cac01
...
@@ -7102,10 +7102,10 @@ msgstr ""
...
@@ -7102,10 +7102,10 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgid "Could not save prometheus manual configuration"
msgstr ""
msgstr ""
msgid "Could not u
dpdate wiki page
"
msgid "Could not u
pdate the LDAP settings
"
msgstr ""
msgstr ""
msgid "Could not update
the LDAP settings
"
msgid "Could not update
wiki page
"
msgstr ""
msgstr ""
msgid "Could not upload your designs as one or more files uploaded are not supported."
msgid "Could not upload your designs as one or more files uploaded are not supported."
...
...
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