Browse Source

Changing phrasing

Reese Netro 8 years ago
parent
commit
77665b7704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/landing/plugin.ts

+ 1 - 1
src/landing/plugin.ts

@@ -51,7 +51,7 @@ function activateLanding(app: Application, services: ServiceManager): void {
   dialog.appendChild(subtitle);
   dialog.appendChild(subtitle);
 
 
   let subtext = document.createElement('span');
   let subtext = document.createElement('span');
-  subtext.textContent = 'not ready for general usage yet';
+  subtext.textContent = 'This is not ready for general usage yet.';
   subtext.className = 'jp-Landing-subtext';
   subtext.className = 'jp-Landing-subtext';
   dialog.appendChild(subtext);
   dialog.appendChild(subtext);