mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
add lang labels
This commit is contained in:
parent
be886db0f2
commit
440676ef21
54 changed files with 381 additions and 44 deletions
|
|
@ -25,7 +25,7 @@ export function SettingsTable({
|
|||
onPageSizeChange,
|
||||
filterValue,
|
||||
}) {
|
||||
const { formatMessage, messages } = useMessages();
|
||||
const { formatMessage, labels, messages } = useMessages();
|
||||
const [filter, setFilter] = useState(filterValue);
|
||||
const { data: value, page, count, pageSize } = data;
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ export function SettingsTable({
|
|||
delay={1000}
|
||||
value={filter}
|
||||
autoFocus={true}
|
||||
placeholder="Search"
|
||||
placeholder={formatMessage(labels.search)}
|
||||
style={{ maxWidth: '300px', marginBottom: '10px' }}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue