Skip to content

Commit

Permalink
album-form: change field name (close #1244)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Nov 20, 2024
1 parent 79dc2a8 commit ad54a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modal/AlbumForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
autofocus="true"
:value.sync="albumName"
:required="true"
:label="t('memories', 'Name')"
:label="t('memories', 'Album Name')"
:label-visible="true"
:placeholder="t('memories', 'Name of the album')"
:placeholder="t('memories', 'Album Name')"
/>
<label>
<NcTextField
Expand Down

0 comments on commit ad54a42

Please sign in to comment.