소스 검색

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);