From 5719736b972fd294f11718b5c0f28310e96d7586 Mon Sep 17 00:00:00 2001 From: Marc Glasser Date: Tue, 10 Oct 2023 11:31:17 -1000 Subject: [PATCH] make requested comment change --- src/components/OptionsList/BaseOptionsList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/OptionsList/BaseOptionsList.js b/src/components/OptionsList/BaseOptionsList.js index a82217767ab6..edea0b8d1aba 100644 --- a/src/components/OptionsList/BaseOptionsList.js +++ b/src/components/OptionsList/BaseOptionsList.js @@ -247,7 +247,7 @@ function BaseOptionsList({ ) : ( <> {/* If we are loading new options we will avoid showing any header message. This is mostly because one of the header messages says there are no options. */} - {/* This is confusing because we might be in the process of loading fresh options from the server. */} + {/* This is misleading because we might be in the process of loading fresh options from the server. */} {!isLoadingNewOptions && headerMessage ? ( {headerMessage}