Skip to content

Commit 977cb64

Browse files
committed
FIX: Code Syntax - branding-settings.php
1 parent 7244e6a commit 977cb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/config/branding-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<legend><?= t('Login Text') ?></legend>
3737
<div class="login-message">
3838
<?= $this->form->label(t('Login Message'), 'login_message', array('class=""')) ?>
39-
<?= $this->form->textarea('login_message', $values, $errors, array('placeholder="'. t('Use this platform to manage your productivity. Work with tasks inside project boards to track comments, files and activities.') .'"'), 'login-message-textarea') ?>
39+
<?= $this->form->textarea('login_message', $values, $errors, array('placeholder="' . t('Use this platform to manage your productivity. Work with tasks inside project boards to track comments, files and activities.') . '"'), 'login-message-textarea') ?>
4040
<p class="form-help"><?= t('This message will appear within the form above the username or leave blank for the default message') ?></p>
4141
</div>
4242
</fieldset>

0 commit comments

Comments
 (0)