fix: string translation

This commit is contained in:
Jannat Patel
2021-12-20 09:42:31 +05:30
parent 6a3442d058
commit 067be4973d

View File

@@ -17,7 +17,7 @@
<input type="checkbox" autocomplete="off" class="input-with-feedback"
data-fieldtype="Check" data-fieldname="age" id="signup-age" required>
</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>
<p class="help-box small text-muted"></p>
</div>