Explorar o código

Changing phrasing

Reese Netro %!s(int64=8) %!d(string=hai) anos
pai
achega
77665b7704
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 
   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';
   dialog.appendChild(subtext);