소스 검색

Update list_sidebar.html

make placeholder search translatable
version-14
Fisher Yu 4 년 전
committed by GitHub
부모
커밋
ff9890e88f
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/list/list_sidebar.html

+ 1
- 1
frappe/public/js/frappe/list/list_sidebar.html 파일 보기

@@ -56,7 +56,7 @@
</a>
<ul class="dropdown-menu list-stats-dropdown" role="menu">
<div class="dropdown-search">
<input type="text" placeholder="Search" data-element="search" class="form-control input-xs">
<input type="text" placeholder={{__("Search") }} data-element="search" class="form-control input-xs">
</div>
<div class="stat-result">
</div>


불러오는 중...
취소
저장