Browse Source

fix: typo (#18)

Jat 1 year ago
parent
commit
184bdf2b4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/tabler/admin/product/edit.tpl

+ 1 - 1
resources/views/tabler/admin/product/edit.tpl

@@ -155,7 +155,7 @@
                                     <span class="col">仅限新用户购买</span>
                                     <span class="col-auto">
                                         <label class="form-check form-check-single form-switch">
-                                            <input id="new_user_requried" class="form-check-input" type="checkbox"
+                                            <input id="new_user_required" class="form-check-input" type="checkbox"
                                                    {if $limit->new_user_required === 1}checked="" {/if}>
                                         </label>
                                     </span>