mirror of
https://github.com/nextcloud/server.git
synced 2026-03-06 07:21:11 -05:00
fix(files_sharing): String translations
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
(cherry picked from commit 8a51d64b09)
This commit is contained in:
parent
9518e0a778
commit
65d1c84ceb
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