diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index c603131b9c..af517be55d 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -664,7 +664,7 @@ Rectangle { } RalewayRegular { id: systemInjectorGainSliderText; - text: "System Sound volume"; + text: "UI FX volume"; size: 16; anchors.left: parent.left; color: hifi.colors.white; diff --git a/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml b/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml index 1f9aa5bcbc..7a19ab1a0f 100644 --- a/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml +++ b/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml @@ -126,7 +126,7 @@ Flickable { Layout.preferredWidth: parent.width Layout.preferredHeight: 30 Layout.topMargin: 2 - labelText: "System Sound Volume" + labelText: "UI FX Volume" from: simplifiedUI.numericConstants.mutedValue to: 20.0 defaultValue: 0.0