Ver Fonte

Add 'prerelease' to the alpha warning on the landing page.

Jason Grout há 8 anos atrás
pai
commit
ccef56803a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/landing/plugin.ts

+ 1 - 1
src/landing/plugin.ts

@@ -46,7 +46,7 @@ function activateLanding(app: Application, services: ServiceManager): void {
   dialog.appendChild(logo);
 
   let subtitle = document.createElement('span');
-  subtitle.textContent = 'alpha';
+  subtitle.textContent = 'alpha prerelease';
   subtitle.className = 'jp-Landing-subtitle';
   dialog.appendChild(subtitle);