Browse Source

Fixed Typo (#3950)

13324 3 years ago
parent
commit
96f291f7e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/examples/project-add.html

+ 1 - 1
pages/examples/project-add.html

@@ -924,7 +924,7 @@
       <div class="row">
         <div class="col-12">
           <a href="#" class="btn btn-secondary">Cancel</a>
-          <input type="submit" value="Create new Porject" class="btn btn-success float-right">
+          <input type="submit" value="Create new Project" class="btn btn-success float-right">
         </div>
       </div>
     </section>