mirror of
https://github.com/nextcloud/server.git
synced 2026-04-13 21:17:20 -04:00
Use proper app id in Version.vue
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
2ebd5bb939
commit
2b856f7e50
1 changed files with 3 additions and 3 deletions
|
|
@ -94,15 +94,15 @@
|
|||
<form class="version-label-modal"
|
||||
@submit.prevent="setVersionLabel(formVersionLabelValue)">
|
||||
<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"
|
||||
:value.sync="formVersionLabelValue"
|
||||
:placeholder="t('photos', 'Version name')"
|
||||
:placeholder="t('files_versions', 'Version name')"
|
||||
:label-outside="true" />
|
||||
</label>
|
||||
|
||||
<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 class="version-label-modal__actions">
|
||||
|
|
|
|||
Loading…
Reference in a new issue