Skip to content

Commit

Permalink
Merge pull request #5699 from nextcloud/backport/5696/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Apr 18, 2024
2 parents 320b551 + 0d8a512 commit 187e648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export default {
}
if (type === ERROR_TYPE.CONNECTION_FAILED && !this.hasConnectionIssue) {
this.hasConnectionIssue = true
OC.Notification.showTemporary('Connection failed.')
OC.Notification.showTemporary(t('text', 'Connection failed.'))
}
if (type === ERROR_TYPE.SOURCE_NOT_FOUND) {
this.hasConnectionIssue = true
Expand Down

0 comments on commit 187e648

Please sign in to comment.