1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

update translation (#7939)

This commit is contained in:
Michael An
2025-06-17 17:29:15 +08:00
committed by GitHub
parent 6b31d540db
commit 96a6f60e2a
90 changed files with 48309 additions and 44011 deletions

View File

@@ -51,7 +51,7 @@ const FilterBySuffix = ({ suffixes, onChange }) => {
ref={inputRef}
type="text"
className="form-control"
placeholder={gettext('Seperate multiple suffixes by ","(like sdoc, pdf)')}
placeholder={gettext('Separate multiple suffixes by ","(like sdoc, pdf)')}
value={inputValue}
autoFocus
onChange={handleInput}