Skip to content

Commit 9976d2e

Browse files
authored
[6.1] Add title attribute to links in actionlog messages (#46883)
1 parent a886532 commit 9976d2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

administrator/language/en-GB/plg_system_actionlogs.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PLG_SYSTEM_ACTIONLOGS_NOTIFICATIONS="Email Notifications"
1313
PLG_SYSTEM_ACTIONLOGS_OPTIONS="User Actions Log Options"
1414
PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION="Records the actions of users on the site so they can be reviewed if required."
1515
; Common content type log messages
16-
PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED="User <a href=\"{accountlink}\">{username}</a> added new {type} <a href=\"{itemlink}\">{title}</a>"
17-
PLG_SYSTEM_ACTIONLOGS_CONTENT_ARCHIVED="User <a href=\"{accountlink}\">{username}</a> archived the {type} <a href=\"{itemlink}\">{title}</a>"
18-
PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED="User <a href=\"{accountlink}\">{username}</a> deleted the {type} {title}"
19-
PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED="User <a href=\"{accountlink}\">{username}</a> published the {type} <a href=\"{itemlink}\">{title}</a>"
20-
PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED="User <a href=\"{accountlink}\">{username}</a> trashed the {type} <a href=\"{itemlink}\">{title}</a>"
21-
PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED="User <a href=\"{accountlink}\">{username}</a> unpublished the {type} <a href=\"{itemlink}\">{title}</a>"
22-
PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED="User <a href=\"{accountlink}\">{username}</a> updated the {type} <a href=\"{itemlink}\">{title}</a>"
16+
PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> added new {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
17+
PLG_SYSTEM_ACTIONLOGS_CONTENT_ARCHIVED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> archived the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
18+
PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> deleted the {type} {title}"
19+
PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> published the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
20+
PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> trashed the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
21+
PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> unpublished the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
22+
PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> updated the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"

0 commit comments

Comments
 (0)