This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch gsoc18 in repository https://gitbox.apache.org/repos/asf/drat.git
commit 5ded886f8d6e8647ce1e6ba87a9da8a80fe8e16e Author: Chris Mattmann <[email protected]> AuthorDate: Sat Aug 11 11:51:03 2018 -0700 Fix typo: license. --- .../src/main/webapp/resources/src/components/barchartcomp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue b/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue index 57a028d..fd875a7 100644 --- a/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue +++ b/webapps/proteus-new/src/main/webapp/resources/src/components/barchartcomp.vue @@ -17,7 +17,7 @@ the License. <section class="barchartcomp"> <v-card id = "barchart"> <v-toolbar height="50" color="primary" dark> - <v-toolbar-title>Liecense Breakdown</v-toolbar-title> + <v-toolbar-title>License Breakdown</v-toolbar-title> <v-spacer></v-spacer> </v-toolbar>
