Skip to content

Commit

Permalink
FIX: Code Syntax - branding-settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 19, 2023
1 parent 7244e6a commit 977cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/config/branding-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<legend><?= t('Login Text') ?></legend>
<div class="login-message">
<?= $this->form->label(t('Login Message'), 'login_message', array('class=""')) ?>
<?= $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') ?>
<?= $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') ?>
<p class="form-help"><?= t('This message will appear within the form above the username or leave blank for the default message') ?></p>
</div>
</fieldset>
Expand Down

0 comments on commit 977cb64

Please sign in to comment.