瀏覽代碼

Changing phrasing

Reese Netro 8 年之前
父節點
當前提交
77665b7704
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);