Skip to content

Commit 6af8934

Browse files
authored
[5.2.3] User Action Logs Email (#3382)
fix #3380
1 parent 418856f commit 6af8934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/language/de-DE/com_actionlogs.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COM_ACTIONLOGS_DATE_RELATIVE_LABEL="Relativer Zeitraum"
1919
COM_ACTIONLOGS_DISABLED="Deaktiviert"
2020
COM_ACTIONLOGS_EMAIL_BODY="Letzte Benutzeraktivitäten\n------\nDies ist die letzte Aktivität eines Benutzers auf der Website.\n\nAktivität | Datum | Erweiterung | Name\n{MESSAGES} {MESSAGE} | {DATE} | {EXTENSION} | {USERNAME} \n{/MESSAGES}"
2121
COM_ACTIONLOGS_EMAIL_DESC="Dies ist die letzte Aktivität eines Benutzers auf Ihrer Website."
22-
COM_ACTIONLOGS_EMAIL_HTMLBODY="<h1>Letzte Benutzeraktivitäten</h1>\n<h2>Dies ist die letzte Aktivität eines Benutzers auf der Website.</h2>\n<table>\n<thead>\n<th>Aktivität</th>\n<th>Datum</th>\n<th>Erweiterung</th>\n<th>Name</th>\n</thead>\n<tbody>\n{MESSAGES}<tr>\n<td>{MESSAGE}</td>\n<td>{DATE}</td>\n<td>{EXTENSION}</td>\n<td>{USERNAME}</td>\n</tr>{/MESSAGES}\n</tbody>\n</table>"
22+
COM_ACTIONLOGS_EMAIL_HTMLBODY="<h1>Letzte Benutzeraktivitäten</h1>\n<h2>Dies ist die letzte Aktivität eines Benutzers auf der Website.</h2>\n{MESSAGES}<table>\n<thead>\n<th>Aktivität</th>\n<th>Datum</th>\n<th>Erweiterung</th>\n<th>Name</th>\n</thead>\n<tbody>\n<tr>\n<td>{MESSAGE}</td>\n<td>{DATE}</td>\n<td>{EXTENSION}</td>\n<td>{USERNAME}</td>\n</tr>\n</tbody>\n</table>{/MESSAGES}"
2323
COM_ACTIONLOGS_EMAIL_SUBJECT="Letzte Benutzeraktivität"
2424
COM_ACTIONLOGS_ERROR_COULD_NOT_EXPORT_DATA="Daten konnten nicht exportiert werden."
2525
COM_ACTIONLOGS_EXPORT_ALL_CSV="Alle als CSV exportieren"

0 commit comments

Comments
 (0)