mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: fix snooze time not rendered properly
This commit is contained in:
@@ -68,19 +68,19 @@ export default function ReminderNotify({
|
||||
|
||||
const QuickActions = [
|
||||
{
|
||||
title: `5 ${strings.timeShort.minute}`,
|
||||
title: `5 ${strings.timeShort.minute()}`,
|
||||
time: 5
|
||||
},
|
||||
{
|
||||
title: `15 ${strings.timeShort.minute}`,
|
||||
title: `15 ${strings.timeShort.minute()}`,
|
||||
time: 15
|
||||
},
|
||||
{
|
||||
title: `30 ${strings.timeShort.minute}`,
|
||||
title: `30 ${strings.timeShort.minute()}`,
|
||||
time: 30
|
||||
},
|
||||
{
|
||||
title: `1 ${strings.timeShort.hour}`,
|
||||
title: `1 ${strings.timeShort.hour()}`,
|
||||
time: 60
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user