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}