mirror of
https://github.com/directus/directus.git
synced 2026-01-28 07:48:04 -05:00
Rename file user to uploaded by
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"fill_width": "Fill Width",
|
||||
"extension_only": "Extension Only",
|
||||
"only_show_the_file_extension": "Only show the file extension",
|
||||
|
||||
"uploaded_by": "Uploaded By",
|
||||
"hide_field_on_detail": "Hide Field on Detail",
|
||||
"show_field_on_detail": "Show Field on Detail",
|
||||
"delete_field": "Delete Field",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
|
||||
<div v-if="user">
|
||||
<dt>{{ $t('user') }}</dt>
|
||||
<dt>{{ $t('uploaded_by') }}</dt>
|
||||
<dd>
|
||||
<user-popover :user="user.id">
|
||||
<router-link :to="user.link">{{ user.name }}</router-link>
|
||||
|
||||
Reference in New Issue
Block a user