Skip to content

Commit 9210192

Browse files
authored
[5.1] com_redirect - inline help for Activate Advanced Mode button (#43435)
* com_redirect - added missing inline help Advanced Mode
1 parent de6e9ad commit 9210192

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

administrator/components/com_redirect/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name="mode"
1111
type="radio"
1212
label="COM_REDIRECT_MODE_LABEL"
13+
description="COM_REDIRECT_MODE_DESC"
1314
layout="joomla.form.field.radio.switcher"
1415
default="0"
1516
>

administrator/language/en-GB/com_redirect.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ COM_REDIRECT_HEADING_STATUS_CODE_DESC="Status Code descending"
6666
COM_REDIRECT_MANAGER_LINK_EDIT="Redirects: Edit"
6767
COM_REDIRECT_MANAGER_LINK_NEW="Redirects: New"
6868
COM_REDIRECT_MANAGER_LINKS="Redirects: Links"
69+
COM_REDIRECT_MODE_DESC="The Advanced Mode allows the use of HTTP 1.1 status codes other than the default '301 Permanently Moved'."
6970
COM_REDIRECT_MODE_LABEL="Activate Advanced Mode"
7071
COM_REDIRECT_N_ITEMS_ARCHIVED="%d links archived."
7172
COM_REDIRECT_N_ITEMS_ARCHIVED_1="Link archived."

0 commit comments

Comments
 (0)