diff --git a/docs/install/install.md b/docs/install/install.md
index 7ae0d9002a8..e14fc7c2773 100644
--- a/docs/install/install.md
+++ b/docs/install/install.md
@@ -311,13 +311,13 @@ You can configure Apache Zeppelin with either **environment variables** in `conf
ZEPPELIN_NOTEBOOK_HOMESCREEN
zeppelin.notebook.homescreen
-
Display notebook IDs on the Apache Zeppelin homescreen i.e. 2A94M5J1Z
+
Display note IDs on the Apache Zeppelin homescreen i.e. 2A94M5J1Z
ZEPPELIN_NOTEBOOK_HOMESCREEN_HIDE
zeppelin.notebook.homescreen.hide
false
-
Hide the notebook ID set by ZEPPELIN_NOTEBOOK_HOMESCREEN on the Apache Zeppelin homescreen. For the further information, please read Customize your Zeppelin homepage.
+
Hide the note ID set by ZEPPELIN_NOTEBOOK_HOMESCREEN on the Apache Zeppelin homescreen. For the further information, please read Customize your Zeppelin homepage.
ZEPPELIN_WAR_TEMPDIR
diff --git a/docs/install/virtual_machine.md b/docs/install/virtual_machine.md
index d30dbb8d9ca..6456bc5de8e 100644
--- a/docs/install/virtual_machine.md
+++ b/docs/install/virtual_machine.md
@@ -163,7 +163,7 @@ import matplotlib.pyplot as plt
import numpy as np
import StringIO
-# clear out any previous plots on this notebook
+# clear out any previous plots on this note
plt.clf()
def show(p):
diff --git a/docs/manual/notebookashomepage.md b/docs/manual/notebookashomepage.md
index 1fadccec607..729f3247c69 100644
--- a/docs/manual/notebookashomepage.md
+++ b/docs/manual/notebookashomepage.md
@@ -1,7 +1,7 @@
---
layout: page
title: "Customize Apache Zeppelin homepage"
-description: "Apache Zeppelin allows you to use one of the notebooks you create as your Zeppelin Homepage. With that you can brand your Zeppelin installation, adjust the instruction to your users needs and even translate to other languages."
+description: "Apache Zeppelin allows you to use one of the notes you create as your Zeppelin Homepage. With that you can brand your Zeppelin installation, adjust the instruction to your users needs and even translate to other languages."
group: manual
---
-
+
{{lastExecuteTime(notebookJob.unixTimeLastRun)}}
- Notebook is RUNNING
+ Note is RUNNING
- Notebook is READY
+ Note is READY
diff --git a/zeppelin-web/src/app/jobmanager/jobs/job-progressBar.html b/zeppelin-web/src/app/jobmanager/jobs/job-progressBar.html
index 11e3c172e10..00b290bac17 100644
--- a/zeppelin-web/src/app/jobmanager/jobs/job-progressBar.html
+++ b/zeppelin-web/src/app/jobmanager/jobs/job-progressBar.html
@@ -12,8 +12,8 @@
limitations under the License.
-->
-