move LANG-tag to right before string

pull/2470/head
thyttan 2023-01-08 13:53:30 +01:00
parent 4ce840a60f
commit 422255b20a
1 changed files with 1 additions and 1 deletions

View File

@ -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==")
});