Skip to content

Commit e8e93e4

Browse files
committed
L10N patch.
Changelog excerpt: - Added hints about time placeholders (e.g., {yyyy}, {hh}, etc) to the various configuration directives for logging.
1 parent 82c0e7c commit e8e93e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2022.11.30).
10+
# This file: Configuration defaults file (last modified: 2024.04.30).
1111
##/
1212

1313
phpmailer:
1414
event_log:
1515
type: "string"
1616
default: ""
17+
hints: "hints_logging_datetime"
1718
enable_two_factor:
1819
type: "bool"
1920
default: false

0 commit comments

Comments
 (0)