diff --git a/shell/plugins/bar/widgets/audioPanel.qml b/shell/plugins/bar/widgets/audioPanel.qml index 0d445a6f..1ea03c0c 100644 --- a/shell/plugins/bar/widgets/audioPanel.qml +++ b/shell/plugins/bar/widgets/audioPanel.qml @@ -347,6 +347,7 @@ Item { label = label.replace(/^built-?in audio\s+/i, "") label = label.replace(/\s+Output$/i, "") label = label.replace(/\s+Input$/i, "") + label = label.replace(/\bMicrophones\b/g, "Microphone") return label }