You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/03/18 08:20:45 UTC

[incubator-skywalking-ui] branch 5.0.0/beta updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch 5.0.0/beta
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git


The following commit(s) were added to refs/heads/5.0.0/beta by this push:
     new b67524a  Fix typo
b67524a is described below

commit b67524a52760c1c62df763bc0fd81ccf20d16a61
Author: gaohongtao <ha...@gmail.com>
AuthorDate: Sun Mar 18 16:20:41 2018 +0800

    Fix typo
---
 package-lock.json         | 2 +-
 src/layouts/UserLayout.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 7bdd1e0..109789b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-ui",
-  "version": "5.0.0-alpha",
+  "version": "5.0.0-beta",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/src/layouts/UserLayout.js b/src/layouts/UserLayout.js
index 7f898e4..3e68b30 100644
--- a/src/layouts/UserLayout.js
+++ b/src/layouts/UserLayout.js
@@ -61,10 +61,10 @@ class UserLayout extends React.PureComponent {
               <div className={styles.header}>
                 <Link to="/">
                   <img alt="logo" className={styles.logo} src={logo} />
-                  <span className={styles.title}>Apache SkyWaling</span>
+                  <span className={styles.title}>Apache SkyWalking</span>
                 </Link>
               </div>
-              <div className={styles.desc}>Apache SkyWaling Opensource APM System</div>
+              <div className={styles.desc}>Apache SkyWalking Opensource APM System</div>
             </div>
             <Switch>
               {getRoutes(match.path, routerData).map(item =>

-- 
To stop receiving notification emails like this one, please contact
hanahmily@apache.org.