소스 검색

Merge pull request #1564 from akhmerov/about-feedback

specify that feedback is also welcome
Steven Silvester 8 년 전
부모
커밋
2434a94a26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/about/index.ts

+ 1 - 1
src/about/index.ts

@@ -143,7 +143,7 @@ const HEADER_TEXT = [
   'It is not ready for general usage yet.',
   'We are developing JupyterLab at ',
   'https://github.com/jupyterlab/jupyterlab',
-  '. Pull requests are welcome!',
+  '. Pull requests and feedback are welcome!',
   `Here is a brief description of some of the things you'll find in this demo.`
 ];