Commit 05186f71790933062919fe34ed415185eea102ab
1 parent
939453c0
success text translate
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/controllers/SiteController.php
@@ -164,7 +164,7 @@ | @@ -164,7 +164,7 @@ | ||
164 | 164 | ||
165 | $alert = "<div class=\"alert alert-success\"> | 165 | $alert = "<div class=\"alert alert-success\"> |
166 | <h3>".\Yii::t('app', 'Success')."</h3> | 166 | <h3>".\Yii::t('app', 'Success')."</h3> |
167 | - <p>".\Yii::t('app', 'Success Text')."</p> | 167 | + <p style='margin-bottom: 15px;'>".\Yii::t('app', 'Success Text')."</p> |
168 | </div>"; | 168 | </div>"; |
169 | 169 | ||
170 | return [ | 170 | return [ |