Remove explicit number from string

So it can be translated properly
Test: View notification history screen
Fixes: 222128037

Change-Id: I2d11dd4e427c19ef0c003b1fa2b6882267e2026e
This commit is contained in:
Julia Reynolds
2023-03-16 12:27:37 -04:00
parent a331c50b53
commit 8126e93ff2
3 changed files with 5 additions and 2 deletions

View File

@@ -186,9 +186,9 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/today_header"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/notification_history_today"
android:textColor="?android:attr/textColorPrimary"
android:textAppearance="@style/TextAppearance.HomepageCardTitle"
android:paddingBottom="16dp" />