Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Commits
182a253e
Commit
182a253e
authored
4 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-4208: updating wording for unpublish/publish form
parent
d07ee981
No related branches found
No related tags found
1 merge request
!19
Feature/istwcms 4208 ebremner unpublishing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Form/UwContentModerationForm.php
+1
-1
1 addition, 1 deletion
src/Form/UwContentModerationForm.php
with
1 addition
and
1 deletion
src/Form/UwContentModerationForm.php
+
1
−
1
View file @
182a253e
...
...
@@ -90,7 +90,7 @@ class UwContentModerationForm extends ConfirmFormBase {
$form
[
'description'
][
'#markup'
]
=
$this
->
t
(
'Are you sure that you want to unpublish the live revision of this content?'
);
}
else
{
$form
[
'description'
][
'#markup'
]
=
$this
->
t
(
'Are you sure that you want to
un
publish the live revision of this content?'
);
$form
[
'description'
][
'#markup'
]
=
$this
->
t
(
'Are you sure that you want to publish the live revision of this content?'
);
}
return
$form
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment