Skip to content

Commit

Permalink
Merge pull request #4705 from nextcloud-libraries/fix/4703/t-undefined
Browse files Browse the repository at this point in the history
fix(NcRelatedResourcesPanel): t is not defined
  • Loading branch information
GretaD committed Oct 27, 2023
2 parents 1a58f2a + 58053ef commit 9be837d
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ Use this component to display the related resources of a given item.
```
<template>
<NcRelatedResourcesPanel provider-id="talk"
:header="t('Related resources')"
header="Related resources for talk"
:item-id="conversationId" />
</template>

Expand Down Expand Up @@ -119,7 +119,6 @@ export default {
header: {
type: String,
default: t('Related resources'),
},
},
Expand Down

0 comments on commit 9be837d

Please sign in to comment.