mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Localise placeholder
This commit is contained in:
parent
e83aa5c921
commit
3f0afa0834
@ -189,6 +189,9 @@
|
||||
},
|
||||
"users": {
|
||||
"name": "Benutzer",
|
||||
"form": {
|
||||
"placeholder": "E-Mail, Name oder Beschreibung"
|
||||
},
|
||||
"table": {
|
||||
"columns": {
|
||||
"name": "Name",
|
||||
|
||||
@ -190,6 +190,9 @@
|
||||
},
|
||||
"users": {
|
||||
"name": "Users",
|
||||
"form": {
|
||||
"placeholder": "E-Mail, name or description"
|
||||
},
|
||||
"table": {
|
||||
"columns": {
|
||||
"name": "Name",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<ds-space>
|
||||
<ds-card :header="$t('admin.users.name')">
|
||||
<ds-input placeholder="..." icon="search" />
|
||||
<ds-input :placeholder="$t('admin.users.form.placeholder')" icon="search" />
|
||||
</ds-card>
|
||||
</ds-space>
|
||||
<ds-card>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user