Update activation.html
Misspelled "Activation" corrected.
This commit is contained in:
parent
fbe4cbb3c3
commit
03bbadcf0f
1 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
<div id="main" class="clearfix">
|
||||
<div class="cb-box ">
|
||||
<h2>{lang code='usr_activation_title'}</h2>
|
||||
<div class="alert alert-info">{lang code='acitvation_html_message'}</div>
|
||||
<form action="" method="post" name="Actvation Code" id="Actvation Code" class="cbform">
|
||||
<div class="alert alert-info">{lang code='activation_html_message'}</div>
|
||||
<form action="" method="post" name="Activation Code" id="Activation Code" class="cbform">
|
||||
<div class="clearfix form-group">
|
||||
<label for="av_username" class="">{lang code='username'}</label>
|
||||
<input type="text" name="av_username" id="av_username" class="form-control">
|
||||
|
@ -17,9 +17,9 @@
|
|||
</div>
|
||||
|
||||
<div class="cb-box " style="margin-top:2%">
|
||||
<h2>{lang code='usr_actiavation_msg1'}</h2>
|
||||
<div class="alert alert-info">{lang code='acitvation_html_message2'}</div>
|
||||
<form action="" method="post" name="Actvation Code" id="Actvation Code" class="cbform">
|
||||
<h2>{lang code='usr_activation_msg1'}</h2>
|
||||
<div class="alert alert-info">{lang code='activation_html_message2'}</div>
|
||||
<form action="" method="post" name="Activation Code" id="Activation Code" class="cbform">
|
||||
<div class="clearfix form-group">
|
||||
<label for="av_email" class="label">{lang code='email'}</label>
|
||||
<input type="text" name="av_email" id="av_email" class="form-control">
|
||||
|
|
Loading…
Add table
Reference in a new issue