fix: string translation
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<input type="checkbox" autocomplete="off" class="input-with-feedback"
|
<input type="checkbox" autocomplete="off" class="input-with-feedback"
|
||||||
data-fieldtype="Check" data-fieldname="age" id="signup-age" required>
|
data-fieldtype="Check" data-fieldname="age" id="signup-age" required>
|
||||||
</span>
|
</span>
|
||||||
<span class="label-area">I confirm that I am 18 years old or above</span>
|
<span class="label-area">{{ _("I confirm that I am 18 years old or above") }}</span>
|
||||||
</label>
|
</label>
|
||||||
<p class="help-box small text-muted"></p>
|
<p class="help-box small text-muted"></p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user