Rename file user to uploaded by

This commit is contained in:
rijkvanzanten
2020-06-11 15:34:34 -04:00
parent b1e2826f13
commit e0c614cf07
2 changed files with 3 additions and 1 deletions

View File

@@ -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",

View File

@@ -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>