chat notifications: clarify how to enter multiple words

This commit is contained in:
F.W. Dekker
2021-07-03 21:50:46 +02:00
committed by GitHub
parent 2be138bf72
commit 9c766e17fa

View File

@@ -44,7 +44,7 @@ public interface ChatNotificationsConfig extends Config
position = 1,
keyName = "highlightWordsString",
name = "Highlight words",
description = "Highlights the following words in chat",
description = "Highlights the following words in chat, separated by commas",
section = highlightLists
)
default String highlightWordsString()