Skip to content

Instantly share code, notes, and snippets.

@mavenugo
Created March 20, 2014 16:19
Show Gist options
  • Save mavenugo/9667682 to your computer and use it in GitHub Desktop.
Save mavenugo/9667682 to your computer and use it in GitHub Desktop.
diff --git a/main/archetypes/archetype-app-simple/src/main/resources/archetype-resources/src/main/resources/js/templates/simple.html b/main/archetypes/archetype-app-simple/src/ma
index 2ad8bc6..0b8a46e 100644
--- a/main/archetypes/archetype-app-simple/src/main/resources/archetype-resources/src/main/resources/js/templates/simple.html
+++ b/main/archetypes/archetype-app-simple/src/main/resources/archetype-resources/src/main/resources/js/templates/simple.html
@@ -1,6 +1,6 @@
<script type="text/template" id="simpleContainer">
<div id="simpleDiv" style="margin-left:20px; float: left;">
- <h3>Connection Application</h3>
+ <h3>Application</h3>
<table id="simpleTable" class="pure-table pure-table-bordered">
<thead>
<tr>
@@ -21,7 +21,7 @@
</table>
<form class="pure-form">
<fieldset>
- <legend>Connection Form</legend>
+ <legend>Form</legend>
<label for="simpleFooInput">Input A</label>
<input type="text" id="simpleFooInput" placeholder="Input A" />
<label for="simpleBarInput">Input B</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment