Skip to content

Commit

Permalink
Fix albumName typo
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
skjnldsv authored and backportbot-nextcloud[bot] committed Oct 25, 2022
1 parent 3811600 commit 9118362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Albums/AlbumPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:key="album.basename"
class="album"
:title="album.basename"
:aria-label="t('photos', 'Add selection to album {ablumName}', {albumName: album.basename})"
:aria-label="t('photos', 'Add selection to album {albumName}', {albumName: album.basename})"
@click="pickAlbum(album.basename)">
<template slot="icon">
<img v-if="album.lastPhoto !== -1" class="album__image" :src="album.lastPhoto | toCoverUrl">
Expand Down

0 comments on commit 9118362

Please sign in to comment.