mirror of https://github.com/espruino/BangleApps
move LANG-tag to right before string
parent
4ce840a60f
commit
422255b20a
|
@ -105,7 +105,7 @@ function handleStepGoalNotification() {
|
|||
if (!settings.stepGoalNotificationDate || settings.stepGoalNotificationDate < now) { // notification not yet shown today?
|
||||
Bangle.buzz(200, 0.5);
|
||||
require("notify").show({
|
||||
title : /*LANG*/ settings.stepGoal + " steps",
|
||||
title : settings.stepGoal + /*LANG*/ " steps",
|
||||
body : /*LANG*/ "You reached your step goal!",
|
||||
icon : atob("DAyBABmD6BaBMAsA8BCBCBCBCA8AAA==")
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue