Skip to content

Commit

Permalink
Update view_account.php
Browse files Browse the repository at this point in the history
  • Loading branch information
greenreader9 authored Aug 2, 2022
1 parent 5855dfd commit 1ab2511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/page/user/view_account.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<?php $time = $data['account_time'] + 3600; ?>
<?php if($time > time()): ?>
<div class="alert alert-success">
Some of the features may not work. It can take upto 72 hours for the account to work correctly...
Some features may not work correctly. It can take up to 72 hours for this account to work properly...
</div>
<?php endif; ?>
<?php if($data['account_status'] === 'pending'): ?>
Expand All @@ -51,11 +51,11 @@
</div>
<?php elseif($data['account_status'] === 'suspended'): ?>
<div class="alert alert-danger">
This account is suspended due to some reason and will be completely removed with in 60 days...
This account is suspended for an unknown reason and will be completely removed within 60 days...
</div>
<?php elseif($data['account_status'] === 'deactivated'): ?>
<div class="alert alert-success">
This account is deactivated and will be completely removed with in 60 days...
This account is deactivated and will be completely removed within 60 days...
</div>
<?php endif; ?>
<div class="row row-cards">
Expand Down Expand Up @@ -376,4 +376,4 @@
hide.classList.toggle('d-none');
});
}
</script>
</script>

0 comments on commit 1ab2511

Please sign in to comment.