diff options
| -rw-r--r-- | Jellyfin.Server/ServerSetupApp/index.mstemplate.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html index b523dc6276..358bef81c8 100644 --- a/Jellyfin.Server/ServerSetupApp/index.mstemplate.html +++ b/Jellyfin.Server/ServerSetupApp/index.mstemplate.html @@ -316,12 +316,12 @@ {{^IF isInReportingMode}} <div class="status-card"> <div class="spinner" aria-hidden="true"></div> - <p class="status-text">Jellyfin Server {{version.ToString(2)}} is still starting. Please wait… {{currentActivity}}</p> + <p class="status-text">Jellyfin is still starting. Please wait… {{currentActivity}}</p> </div> {{#ELSE}} <div class="status-card is-error"> <span class="error-mark" aria-hidden="true">❌</span> - <p class="status-text">Jellyfin Server {{version.ToString(2)}} has encountered an error and was not able to start.</p> + <p class="status-text">Jellyfin has encountered an error and was not able to start.</p> </div> {{/ELSE}} {{/IF}} |
