You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to System Settings > Other Settings > Language (Change Language to English)
Navigate to Scheduled Tasks
Create a script
Run script and notice Last Run Duration shows only Chinese duration and not English.
What is expected?
Expected to show English
What is actually happening?
System Info
Linux Ugreen Docker Compose
All Browsers
Any additional comments?
I believe this is happening in file crontab > index.tsx where diffTime is being called.
A quick fix could look something like below, however maybe it might better to rewrite the function so there are not too many magic strings and easier to refactor later? There are two locations the diffTime() is being used so maybe it won't be too difficult to just refactor
Qinglong version
Qinglong 2.18.1
Steps to reproduce
What is expected?
Expected to show English
What is actually happening?
System Info
Any additional comments?
I believe this is happening in file crontab > index.tsx where diffTime is being called.
A quick fix could look something like below, however maybe it might better to rewrite the function so there are not too many magic strings and easier to refactor later? There are two locations the diffTime() is being used so maybe it won't be too difficult to just refactor
before
after
The text was updated successfully, but these errors were encountered: