We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f39ba0 commit d9d2cc2Copy full SHA for d9d2cc2
core/js/sharedialogresharerinfoview.js
@@ -95,6 +95,17 @@
95
undefined,
96
{escape: false}
97
);
98
+ } else if (this.model.getReshareType() === OC.Share.SHARE_TYPE_ROOM) {
99
+ sharedByText = t(
100
+ 'core',
101
+ 'Shared with you and the conversation {conversation} by {owner}',
102
+ {
103
+ conversation: this.model.getReshareWithDisplayName(),
104
+ owner: ownerDisplayName
105
+ },
106
+ undefined,
107
+ {escape: false}
108
+ );
109
} else {
110
sharedByText = t(
111
'core',
0 commit comments