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 nextcloud-command committed Oct 25, 2022
1 parent 3811600 commit 0fd4275
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-src_views_Timeline_vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-src_views_Timeline_vue.js.map

Large diffs are not rendered by default.

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 0fd4275

Please sign in to comment.