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

Commit e5f5be9f authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Shorten month on AOD date

Test: visual
Fixes: 161186825
Fixes: 163309955
Change-Id: I8e62eef0f32812380bc1d19d87d7611bd395eabb
parent afe934fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    <string name="system_ui_date_pattern" translatable="false">@*android:string/system_ui_date_pattern</string>

    <!-- Date format for the always on display.  -->
    <item type="string" name="system_ui_aod_date_pattern" translatable="false">@*android:string/system_ui_date_pattern</item>
    <item type="string" name="system_ui_aod_date_pattern" translatable="false">EEEMMMd</item>
</resources>