Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3405c3df authored by Tim Peng's avatar Tim Peng Committed by tim peng
Browse files

Change volume panel title from "Volume" to "Sound"

Bug: 150337735
Test: manual
Change-Id: Icc457c2c1aae21282261549de47eeaf9c7219887
parent c023e758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class VolumePanel implements PanelContent {

    @Override
    public CharSequence getTitle() {
        return mContext.getText(R.string.volume_connectivity_panel_title);
        return mContext.getText(R.string.sound_settings);
    }

    @Override