Skip to content

Commit

Permalink
fix(l10n): propfind error message translation source
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Sep 4, 2024
1 parent 4fba1c0 commit 343fe47
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)

Check warning on line 22 in src/utils/propfindErrorParse.js

View check run for this annotation

Codecov / codecov/patch

src/utils/propfindErrorParse.js#L22

Added line #L22 was not covered by tests
}
}

Expand Down

0 comments on commit 343fe47

Please sign in to comment.