Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-07-15 10:43:12 +0300
committerGitHub <noreply@github.com>2022-07-15 10:43:12 +0300
commite166907fc418fcb8be203c86a99b2a24d3f666c0 (patch)
treeda729cdf2768183664e704657ed8455d314793cf /src/components/ConversationSettings/LinkShareSettings.vue
parentb5b387f6b00d84d1f3e9a4fe63749f28f1725d68 (diff)
parentce52cfb857fc7741d665ce07c1bb633d615be4ce (diff)
Merge pull request #7600 from nextcloud/ugfix/noid/fix-html-validation-of-material-design-icons
Fix HTML validation of material design icons
Diffstat (limited to 'src/components/ConversationSettings/LinkShareSettings.vue')
-rw-r--r--src/components/ConversationSettings/LinkShareSettings.vue8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/components/ConversationSettings/LinkShareSettings.vue b/src/components/ConversationSettings/LinkShareSettings.vue
index 14706ed41..46c3bb959 100644
--- a/src/components/ConversationSettings/LinkShareSettings.vue
+++ b/src/components/ConversationSettings/LinkShareSettings.vue
@@ -81,18 +81,14 @@
<div class="app-settings-subsection">
<button ref="copyLinkButton"
@click.prevent="handleCopyLink">
- <ClipboardTextOutline :size="16"
- decorative
- title="" />
+ <ClipboardTextOutline :size="16" />
{{ t('spreed', 'Copy conversation link') }}
</button>
</div>
<div v-if="isSharedPublicly" class="app-settings-subsection">
<button :disabled="isSendingInvitations"
@click.prevent="handleResendInvitations">
- <Email :size="16"
- decorative
- title="" />
+ <Email :size="16" />
{{ t('spreed', 'Resend invitations') }}
</button>
<span v-if="isSendingInvitations" class="icon-loading-small spinner" />