tekst edits
authorMarijana Glavica <mglavica@ffzg.hr>
Tue, 8 Jan 2013 02:57:37 +0000 (03:57 +0100)
committerMarijana Glavica <mglavica@ffzg.hr>
Tue, 8 Jan 2013 02:57:37 +0000 (03:57 +0100)
app/hr/partials/registration.html

index 41416d2..2736082 100644 (file)
@@ -99,7 +99,7 @@ Organizacija koja uplaćuje R-1 račun
 
 <legend>
 </legend>
-<strong>Hoćete li biti na domjenku dobrodošlice</strong>
+<strong>Hoćete li biti na domjenku dobrodošlice?</strong>
 <label class="radio"><input type="radio" name="user.reception" ng-model="user.reception" value="yes" ng-required="true">Da</label>
 <label class="radio"><input type="radio" name="user.reception" ng-model="user.reception" value="no"  ng-required="true">Ne</label>
 
@@ -123,7 +123,7 @@ Večera je uključena u kotizaciju.
 <div ng-switch on="work.type">
 <h2 ng-switch-when="lecture">Prijava predavanja</h2>
 <h2 ng-switch-when="poster">Prijava postera</h2>
-<h2 ng-switch-when="symposium">Simpozij</h2>
+<h2 ng-switch-when="symposium">Prijava teme simpozija</h2>
 <h2 ng-switch-when="round">Prijava teme okruglog stola</h2>
 <b ng-switch-default>Has unknown work type {{work.type}} to submit</b>
 </div>