diff options
author | Michael Muré <batolettre@gmail.com> | 2018-10-07 18:27:23 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-10-07 18:27:23 +0200 |
commit | 7cb7994cdae848053487d00c1730d1e865fb8623 (patch) | |
tree | bc9be185e81479d8d3e5b0fc636daea011a64e4c /webui/public | |
parent | 03202fed493539c8d1fdcad7254687f951d0ca4a (diff) | |
download | git-bug-7cb7994cdae848053487d00c1730d1e865fb8623.tar.gz |
github: also pull users email
Diffstat (limited to 'webui/public')
-rw-r--r-- | webui/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/public/index.html b/webui/public/index.html index 8287df67..3293ce2e 100644 --- a/webui/public/index.html +++ b/webui/public/index.html @@ -6,7 +6,7 @@ <meta name="theme-color" content="#000000"> <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> - <title>git-bug-webui(1)</title> + <title>git-bug webui</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |