Fixes some bugs regarding displaying the exact time remaining

This commit is contained in:
2022-10-20 12:03:16 +02:00
parent 64004e4267
commit 9f433cb0f1
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ public enum TimeInterval {
/**
* Less than 10 seconds left
*/
INTERVAL_LESS_THAN_10_SECONDS("momentarily", 10),
INTERVAL_LESS_THAN_10_SECONDS("in just a moment", 10),
/**
* Less than 30 seconds left