diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml index 4131e7295..b07dc4c41 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml @@ -74,7 +74,7 @@ ColumnLayout { // Middle click command NTextInput { - label: I18n.tr("panels.control-center.shortcuts-custom-button-on-middle-clicked-label") + label: I18n.tr("bar.custom-button.middle-click-label") description: I18n.tr("panels.audio.on-middle-clicked-description") placeholderText: I18n.tr("panels.audio.external-mixer-placeholder") text: valueMiddleClickCommand diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml index 4131e7295..b07dc4c41 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml @@ -74,7 +74,7 @@ ColumnLayout { // Middle click command NTextInput { - label: I18n.tr("panels.control-center.shortcuts-custom-button-on-middle-clicked-label") + label: I18n.tr("bar.custom-button.middle-click-label") description: I18n.tr("panels.audio.on-middle-clicked-description") placeholderText: I18n.tr("panels.audio.external-mixer-placeholder") text: valueMiddleClickCommand