mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #39667 from nextcloud/backport/39649/stable25
This commit is contained in:
commit
6b0b731668
6 changed files with 9 additions and 9 deletions
|
|
@ -69,7 +69,7 @@ export default {
|
|||
accept: this.accepting,
|
||||
})
|
||||
} catch (error) {
|
||||
showError(t('sharing', 'Error while toggling options'))
|
||||
showError(t('files_sharing', 'Error while toggling options'))
|
||||
console.error(error)
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -716,12 +716,12 @@ export default {
|
|||
// otherwise the user needs to copy/paste the password before finishing the share.
|
||||
component.copyLink()
|
||||
}
|
||||
showSuccess(t('sharing', 'Link share created'))
|
||||
showSuccess(t('files_sharing', 'Link share created'))
|
||||
|
||||
} catch (data) {
|
||||
const message = data?.response?.data?.ocs?.meta?.message
|
||||
if (!message) {
|
||||
showError(t('sharing', 'Error while creating the share'))
|
||||
showError(t('files_sharing', 'Error while creating the share'))
|
||||
console.error(data)
|
||||
return
|
||||
}
|
||||
|
|
|
|||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-personal-settings.js
vendored
4
dist/files_sharing-personal-settings.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-personal-settings.js.map
vendored
2
dist/files_sharing-personal-settings.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue