Skip to content

Commit

Permalink
Merge pull request #2190 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored May 4, 2021
2 parents f70b039 + d1072ad commit f60610d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
{{ t('contacts', 'Clone contact') }}
</ActionButton>
<ActionButton icon="icon-qrcode" @click="showQRcode">
{{ t('contacts', 'Generate QR Code') }}
{{ t('contacts', 'Generate QR code') }}
</ActionButton>
<ActionButton v-if="!isReadOnly" icon="icon-delete" @click="deleteContact">
{{ t('contacts', 'Delete') }}
Expand All @@ -147,7 +147,7 @@
:title="contact.displayName"
@close="closeQrModal">
<img :src="`data:image/svg+xml;base64,${qrcode}`"
:alt="t('contacts', 'Contact vCard as QR Code')"
:alt="t('contacts', 'Contact vCard as QR code')"
class="qrcode"
width="400">
</Modal>
Expand Down

0 comments on commit f60610d

Please sign in to comment.