Skip to content

Commit e0371d3

Browse files
committed
Fix placeholders in translation
1 parent 9d2bbf7 commit e0371d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/l10n/app_he.arb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
"@edit": {},
300300
"delete": "מחיקה",
301301
"@delete": {},
302-
"confirmDelete": "האם את/ה בטוח/ה שאת/ה רוצה למחוק את '{אלמנט למחיקה}'?",
302+
"confirmDelete": "האם את/ה בטוח/ה שאת/ה רוצה למחוק את '{toDelete}'?",
303303
"@confirmDelete": {
304304
"description": "Confirmation text before the user deletes an object",
305305
"type": "text",
@@ -360,7 +360,7 @@
360360
"@selectExercise": {
361361
"description": "Error message when the user hasn't selected an exercise in the form"
362362
},
363-
"enterCharacters": "אנא בחר/י ערך בין {מינימום} ו-{מקסימום} תווים",
363+
"enterCharacters": "אנא בחר/י ערך בין {min} ו-{max} תווים",
364364
"@enterCharacters": {
365365
"description": "Error message when the user hasn't entered the correct number of characters in a form",
366366
"type": "text",
@@ -369,7 +369,7 @@
369369
"max": {}
370370
}
371371
},
372-
"nrOfSets": "כמות סטים לאימון: {כמות}",
372+
"nrOfSets": "כמות סטים לאימון: {nrOfSets}",
373373
"@nrOfSets": {
374374
"description": "Label shown on the slider where the user selects the nr of sets",
375375
"type": "text",

0 commit comments

Comments
 (0)