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

Commit 32483764 authored by tim peng's avatar tim peng Committed by Android (Google) Code Review
Browse files

Merge "Change volume panel title from "Volume" to "Sound"" into rvc-dev

parents 9229504f 3405c3df
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