mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
slightly reword warning message
This commit is contained in:
parent
24c2ce2d3d
commit
a304192fda
1 changed files with 2 additions and 2 deletions
|
@ -197,9 +197,9 @@ class MsgText(Enum):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ConfigDoubleKeys = """
|
ConfigDoubleKeys = """
|
||||||
Warning: One or more keys appear multiple times at the same level
|
There is at least one duplicate key in your configuration file.
|
||||||
in your configuration file.
|
|
||||||
|
|
||||||
|
Details:
|
||||||
{error_message}
|
{error_message}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue