Skip to content

Commit

Permalink
Merge pull request #6320 from nextcloud/fix/l10n/propfind-error
Browse files Browse the repository at this point in the history
fix(l10n): propfind error message translation source
  • Loading branch information
GVodyanov authored Sep 5, 2024
2 parents 4a36308 + 343fe47 commit 74174c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/propfindErrorParse.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function parseUploadError(exception) {

return messageElement?.textContent
} catch (parseError) {
console.error(t('spreed', 'Error while parsing a PROPFIND error'), parseError)
console.error(t('calendar', 'Error while parsing a PROPFIND error'), parseError)
}
}

Expand Down

0 comments on commit 74174c0

Please sign in to comment.