From 89b915bad1ca9c37b204822927c783af2925b551 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:52:08 -0400 Subject: [PATCH] Mention filters in the note for features that nicknames don't work with (#4826) --- src/widgets/settingspages/NicknamesPage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/settingspages/NicknamesPage.cpp b/src/widgets/settingspages/NicknamesPage.cpp index 6fbfb7ea7..8707c208c 100644 --- a/src/widgets/settingspages/NicknamesPage.cpp +++ b/src/widgets/settingspages/NicknamesPage.cpp @@ -18,7 +18,8 @@ NicknamesPage::NicknamesPage() auto layout = layoutCreator.setLayoutType(); layout.emplace( - "Nicknames do not work with features such as user highlights." + "Nicknames do not work with features such as user highlights and " + "filters." "\nWith those features you will still need to use the user's original " "name."); EditableModelView *view =