Procházet zdrojové kódy

pushing profile branch to local repo

Elliott Stansbury před 5 roky
rodič
revize
50401c7917

+ 1
- 1
src/main/java/rocks/zipcode/io/FaeBooApp.java Zobrazit soubor

@@ -35,7 +35,7 @@ public class FaeBooApp {
35 35
     }
36 36
 
37 37
     /**
38
-     * Initializes FaeBoo.
38
+     * Initializes FaeBoo.np
39 39
      * <p>
40 40
      * Spring profiles can be configured with a program argument --spring.profiles.active=your-active-profile
41 41
      * <p>

+ 1
- 1
src/main/webapp/app/account/register/register.component.html Zobrazit soubor

@@ -12,7 +12,7 @@
12 12
             </div>
13 13
 
14 14
             <div class="alert alert-danger" *ngIf="errorUserExists" jhiTranslate="register.messages.error.userexists">
15
-                <strong>Login name already registered!</strong> Please choose another one.
15
+                <strong>Login name already registered!</strong> Please, choose another one.
16 16
             </div>
17 17
 
18 18
             <div class="alert alert-danger" *ngIf="errorEmailExists" jhiTranslate="register.messages.error.emailexists">