mobile: Upcoming Reminders -> Reminders in home widgets

This commit is contained in:
Ammar Ahmed
2026-07-30 09:40:43 +05:00
parent 7f5215403b
commit eef56916de
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
android:textSize="15sp"
android:textStyle="bold"
android:textColor="@color/text"
android:text="Upcoming Reminders"/>
android:text="Reminders"/>
<ImageButton
android:layout_width="25dp"

View File

@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_marginTop="2dp"
android:text="Upcoming Reminders"
android:text="Reminders"
android:textColor="@color/text"
android:textSize="16sp"
android:textStyle="bold" />

View File

@@ -4,7 +4,7 @@
<string name="appwidget_text">EXAMPLE</string>
<string name="add_widget">Add widget</string>
<string name="take_a_quick_note">Take a quick note.</string>
<string name="reminders">Quick overview of upcoming reminders</string>
<string name="reminders">Quick overview of reminders</string>
<string name="reminders_title">Reminders</string>
<string name="note">Note</string>
<string name="note_description">Add a note to home screen</string>