diff --git a/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx b/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx index 71e214cc2..42e22957e 100644 --- a/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx +++ b/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx @@ -77,6 +77,10 @@ function VoiceFiltersModal({ modalProps, close, accept }: VoiceFiltersModalProps {voiceComponents.length > 0 ? voiceComponents : No voice filters found} {client === "web" && ⚠️ Voice filters are not available on web client or vesktop! Please use the desktop client to use custom voice filters.} + {/* Temporary message about the experiment rollout */} + + ⚠️ Voice filters are currently in experimental rollout. So things may not work as expected. However, you can still create and download voicepacks. +