Skip to content

Commit

Permalink
Add help note for editing account settings
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shah <[email protected]>
  • Loading branch information
prashants committed Jul 12, 2021
1 parent 0201677 commit baddbae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions View/Wzaccounts/edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
* THE SOFTWARE.
*/
?>

<?php
echo '<div>' . __d('webzash', 'Note : To change account related settings like company name, address, email, currency, etc please visit the Settings menu option in the Accounts section after activating a particular account. This is only to change database related settings for a particular account.') . '<br /><br />' . '</div>';
?>

<div class="wzaccount edit form">
<?php
echo $this->Form->create('Wzaccount', array(
Expand Down

0 comments on commit baddbae

Please sign in to comment.