Fix the ICU message in TimeDistance

This commit is contained in:
Savanni D'Gerinel 2025-02-24 12:35:54 -05:00
parent a8a61cf03f
commit cd5837a437

View File

@ -3,5 +3,5 @@ description = "A summary of a workout or many workouts that involve a time and a
[variants.en]
locale = "en"
content = "{distance} of {activity} in {hours, plural, =1 {{hours} hour}, other {{hours} hours} and {minutes, plural, =1 {{minutes} minute} other {{minutes} minutes}}"
content = "{distance} of {activity} in {hours, plural, =1 {{hours} hour} other {{hours} hours}} and {minutes, plural, =1 {{minutes} minute} other {{minutes} minutes}}"
modified = "2025-02-24T14:09:17.361641899Z"