commit 05a495d51ffa7ed63248d65dac9273c0f83ec83d
parent 3838f7b5c756a61178c3d41bec928c86c0886fde
Author: auth <64337177+authorisation@users.noreply.github.com>
Date:   Sat, 20 Jan 2024 18:22:22 +0100

fix: missing time interval
Diffstat:
Mcommon/src/main/assets/lang/en_US.json | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/src/main/assets/lang/en_US.json b/common/src/main/assets/lang/en_US.json @@ -588,7 +588,7 @@ }, "remaining_hours": { "name": "Remaining Time", - "description": "The remaining amount of time before the notification is shown" + "description": "The remaining amount of time before the notification is shown (hours)" }, "group_notifications": { "name": "Group Notifications", @@ -1106,4 +1106,4 @@ "date_input_invalid_not_allowed": "Invalid date", "date_range_input_invalid_range_input": "Invalid date range" } -}- \ No newline at end of file +}