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

Commit c840464f authored by Nadia Benbernou's avatar Nadia Benbernou
Browse files

Update blocking helper button text.

Bug: 125429063
Test: Manual testing
Change-Id: Ib03298a94637f52635075fb2c5b6dce110f5e0f8
parent 715b34be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ asked for it -->
            android:clipToPadding="false">
            <TextView
                android:id="@+id/done"
                android:text="@string/inline_done_button"
                android:text="@string/inline_ok_button"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
@@ -191,7 +191,7 @@ asked for it -->
                android:orientation="horizontal">
                <TextView
                    android:id="@+id/deliver_silently"
                    android:text="@string/inline_deliver_silently_button"
                    android:text="@string/inline_silent_button_silent"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
+3 −0
Original line number Diff line number Diff line
@@ -1582,6 +1582,9 @@
    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
    <string name="inline_done_button">Done</string>

    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
    <string name="inline_ok_button">OK</string>

    <!-- Notification Inline controls: continue receiving notifications prompt, channel level -->
    <string name="inline_keep_showing">Keep showing these notifications?</string>