Skip to content

Commit

Permalink
parameterize alt text
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Beichler <felix@beichlers.de>
  • Loading branch information
Himmelxd committed May 13, 2024
1 parent 811b3d1 commit acc8f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidebarTabs/SharingSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<div class="modal__content">
<h2>{{ form.title }}</h2>
<div>
<img :src="qrModal.uri" :title="qrModal.text" :alt=" t('forms', 'QR code representation of') + ' ' + form.title ">
<img :src="qrModal.uri" :title="qrModal.text" :alt=" t('forms', 'QR code representation of {title}', {title: form.title})">
</div>
</div>
</NcModal>
Expand Down

0 comments on commit acc8f51

Please sign in to comment.