Browse Source

Merge pull request #52690 from nextcloud/Valdnet-patch-1

pull/52712/head
John Molakvoæ 1 year ago
committed by GitHub
parent
commit
d7f8a106cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      apps/files_sharing/src/views/SharingTab.vue
  2. 2
      dist/1092-1092.js
  3. 1
      dist/1092-1092.js.map
  4. 1
      dist/1092-1092.js.map.license
  5. 2
      dist/4589-4589.js
  6. 0
      dist/4589-4589.js.license
  7. 1
      dist/4589-4589.js.map
  8. 1
      dist/4589-4589.js.map.license
  9. 4
      dist/files_sharing-files_sharing_tab.js
  10. 2
      dist/files_sharing-files_sharing_tab.js.map

4
apps/files_sharing/src/views/SharingTab.vue

@ -252,14 +252,14 @@ export default {
internalShareInputPlaceholder() {
return this.config.showFederatedSharesAsInternal
? t('files_sharing', 'Share with accounts, teams, federated cloud id')
? t('files_sharing', 'Share with accounts, teams, federated cloud IDs')
: t('files_sharing', 'Share with accounts and teams')
},
externalShareInputPlaceholder() {
return this.config.showFederatedSharesAsInternal
? t('files_sharing', 'Email')
: t('files_sharing', 'Email, federated cloud id')
: t('files_sharing', 'Email, federated cloud ID')
},
},

2
dist/1092-1092.js
File diff suppressed because it is too large
View File

1
dist/1092-1092.js.map
File diff suppressed because it is too large
View File

1
dist/1092-1092.js.map.license

@ -1 +0,0 @@
1092-1092.js.license

2
dist/4589-4589.js
File diff suppressed because it is too large
View File

0
dist/1092-1092.js.license → dist/4589-4589.js.license

1
dist/4589-4589.js.map
File diff suppressed because it is too large
View File

1
dist/4589-4589.js.map.license

@ -0,0 +1 @@
4589-4589.js.license

4
dist/files_sharing-files_sharing_tab.js
File diff suppressed because it is too large
View File

2
dist/files_sharing-files_sharing_tab.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save