mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 12:09:44 +01:00
Integrated app name in welcome email template
This commit is contained in:
parent
9f03c5dc28
commit
aaa46eae97
@ -64,7 +64,7 @@ a{
|
||||
|
||||
|
||||
|
||||
/*
|
||||
/*
|
||||
|
||||
main color = #7191a8
|
||||
|
||||
@ -683,7 +683,7 @@ td[class="image-124px"] img{
|
||||
<tr>
|
||||
<td style="font-size: 14px; line-height: 22px; font-family:Open Sans,Arial,Tahoma, Helvetica, sans-serif; color:#777777; font-weight:300; text-align:center; ">
|
||||
|
||||
<?php echo Yii::t('UserModule.views_mails_UserInviteSelf', 'We are happy that you want to use HumHub. The Open Source Social Network to increase your communication and teamwork. Please click on the button below to proceed with your registration.'); ?>
|
||||
<?php echo Yii::t('UserModule.views_mails_UserInviteSelf', 'We are happy that you want to use ' .Yii::app()->name. '. The Open Source Social Network to increase your communication and teamwork. Please click on the button below to proceed with your registration.'); ?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user