Use proper app id in Version.vue

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/40619/head
Louis Chemineau 2 years ago
parent bbfa9d1440
commit 58bb9820e5
No known key found for this signature in database
  1. 6
      apps/files_versions/src/components/Version.vue

@ -94,15 +94,15 @@
<form class="version-label-modal" <form class="version-label-modal"
@submit.prevent="setVersionLabel(formVersionLabelValue)"> @submit.prevent="setVersionLabel(formVersionLabelValue)">
<label> <label>
<div class="version-label-modal__title">{{ t('photos', 'Version name') }}</div> <div class="version-label-modal__title">{{ t('files_versions', 'Version name') }}</div>
<NcTextField ref="labelInput" <NcTextField ref="labelInput"
:value.sync="formVersionLabelValue" :value.sync="formVersionLabelValue"
:placeholder="t('photos', 'Version name')" :placeholder="t('files_versions', 'Version name')"
:label-outside="true" /> :label-outside="true" />
</label> </label>
<div class="version-label-modal__info"> <div class="version-label-modal__info">
{{ t('photos', 'Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.') }} {{ t('files_versions', 'Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.') }}
</div> </div>
<div class="version-label-modal__actions"> <div class="version-label-modal__actions">

Loading…
Cancel
Save