Skip to content

Commit cd25a73

Browse files
committed
fix: escaping album names
Signed-off-by: Hamza <[email protected]>
1 parent 913b52c commit cd25a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PhotosPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<ImagePlusOutline v-if="!loading" />
6161
<NcLoadingIcon v-if="loading" />
6262
</template>
63-
{{ t('photos', 'Add to {destination}', { destination }) }}
63+
{{ t('photos', 'Add to {destination}', { destination }, undefined, {escape: false, sanitize: false,}) }}
6464
</NcButton>
6565
</div>
6666
<NcNoteCard v-if="photosLocationFolder?.attributes['owner-id'] !== currentUser" type="warning">

0 commit comments

Comments
 (0)