mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -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>
This commit is contained in:
parent
8e287a4d92
commit
8a51d64b09
9 changed files with 13 additions and 13 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)
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -726,12 +726,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
|
||||
}
|
||||
|
|
|
|||
6
dist/3832-3832.js → dist/1929-1929.js
vendored
6
dist/3832-3832.js → dist/1929-1929.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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