mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Clarify "no registration info"
This commit is contained in:
parent
08aff9b017
commit
b1fd2ed614
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
regStatus += "You are currently registered for this feature";
|
||||
} else {
|
||||
if (new Date(pkg.expDate).getTime() < new Date(1970, 1, 1).getTime()) {
|
||||
regStatus += "This feature has no registration information";
|
||||
regStatus += "This feature has never been installed on this system";
|
||||
} else {
|
||||
if (new Date(pkg.expDate).getTime() <= new Date().getTime()) {
|
||||
regStatus += "The trial period for this feature has expired";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue