Skip to content

Commit

Permalink
resolve first comments
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 12, 2024
1 parent 125b678 commit 171480e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"Share link" : "Link teilen",
"Add link" : "Link hinzufügen",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Show QR-Code" : "QR-Code anzeigen",
"Copy embedding code" : "Einbettungscode kopieren",
"Remove link" : "Link entfernen",
"Legacy Link" : "Alter Link",
Expand Down
1 change: 0 additions & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"Add link" : "Link hinzufügen",
"Embeddable link" : "Einbettbarer Link",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Show QR-Code" : "QR-Code anzeigen",
"Copy embedding code" : "Einbettungscode kopieren",
"Convert to embeddable link" : "Zu einbettbarem Link konvertieren",
"Remove link" : "Link entfernen",
Expand Down
4 changes: 2 additions & 2 deletions src/components/SidebarTabs/SharingSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-
-->

<template>
<template>
<div class="sidebar-tabs__content">
<SharingSearchDiv :current-shares="form.shares"
:show-loading="isLoading"
Expand Down Expand Up @@ -197,7 +197,7 @@ import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
import NcActionLink from '@nextcloud/vue/dist/Components/NcActionLink.js'
import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
import { NcModal } from '@nextcloud/vue'
import NcModal from '@nextcloud/vue/dist/Components/NcModal.js'
import IconAccountMultiple from 'vue-material-design-icons/AccountMultiple.vue'
import IconAlertCircleOutline from 'vue-material-design-icons/AlertCircleOutline.vue'
import IconQr from 'vue-material-design-icons/Qrcode.vue'
Expand Down

0 comments on commit 171480e

Please sign in to comment.