diff --git a/Habitica/res/layout/notification_item.xml b/Habitica/res/layout/notification_item.xml index 1ec0a056d..af7f0a0b1 100644 --- a/Habitica/res/layout/notification_item.xml +++ b/Habitica/res/layout/notification_item.xml @@ -11,10 +11,11 @@ 1.hours) { delay(1.minutes) @@ -148,10 +150,7 @@ fun TimeRemainingText( value += 1 } Text( - stringResource( - formatString, - endDate.getShortRemainingString() - ).uppercase(), + buildString(value = value, endDate = endDate, formatString = formatString), color = color, fontSize = fontSize, fontWeight = fontWeight diff --git a/version.properties b/version.properties index b4641220f..7f4b13edc 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ NAME=4.1 -CODE=5081 \ No newline at end of file +CODE=5101 \ No newline at end of file