Frontend: Rename path to folder in info.vue

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-06 10:35:15 +02:00
parent 3b8f3ebd23
commit a440e97bee

View File

@ -19,7 +19,7 @@
</tr>
<tr v-if="model.Path">
<td>
<translate key="Path">Path</translate>
<translate key="Folder">Folder</translate>
</td>
<td>{{ model.Path }}</td>
</tr>