Skip to content

Commit

Permalink
resolve Share {formTitle}
Browse files Browse the repository at this point in the history
  • Loading branch information
Himmelxd committed May 16, 2024
1 parent a916650 commit 9794111
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 @@ -99,7 +99,7 @@

<NcDialog :open.sync="qrDialog.on" closeOnClickOutside="true" @close="qrDialog.on=false">
<div class="qrDialog__content">
<h2>{{ form.title }}</h2>
<h2>{{ t('forms', 'Share {formTitle}', { formTitle: form.title }) }}</h2>
<div>
<img :src="qrDialog.uri" :title="qrDialog.text" :alt=" t('forms', 'QR code representation of {title}', {title: form.title})">
</div>
Expand Down

0 comments on commit 9794111

Please sign in to comment.