Commit 2ab4ee29a51637e714a0a57e381aafd54f94bc7f
1 parent
9b8b9f71
Form changed 4
Showing
6 changed files
with
20 additions
and
4 deletions
Show diff stats
common/messages/en/app.php
... | ... | @@ -85,5 +85,19 @@ return [ |
85 | 85 | 'Acc text1' => 'I, the undersigned, hereby accept the invitation of the Government of Ukraine and the United Nations (UNECE) to participate in the 9th International Forum on energy for sustainable development, which will take place in Kyiv, Ukraine.', |
86 | 86 | 'Choose' => 'Choose', |
87 | 87 | |
88 | + | |
89 | + 'yes' => 'Yes', | |
90 | + | |
91 | + | |
92 | + | |
93 | + | |
94 | + | |
95 | + | |
96 | + | |
97 | + | |
98 | + | |
99 | + | |
100 | + | |
101 | + | |
88 | 102 | ]; |
89 | 103 | ?> |
90 | 104 | \ No newline at end of file | ... | ... |
common/messages/fr/app.php
common/messages/ru/app.php
common/messages/ua/app.php
common/models/Customer.php
frontend/views/site/signup.php
... | ... | @@ -102,7 +102,7 @@ $js=$dp->getDatepickerJs(); |
102 | 102 | </div> |
103 | 103 | <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2"> |
104 | 104 | <div class="signup_text1"> |
105 | - <?php echo \Yii::t('app','Need visa?');?> | |
105 | + <?php echo \Yii::t('app','Need visa');?> | |
106 | 106 | </div> |
107 | 107 | |
108 | 108 | <div class="input-wr sidebar_checks"> | ... | ... |