File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -192,16 +192,6 @@ export default {
192192 title = title + this .share .shareWithDisplayName
193193 } else if (this .share .type === this .SHARE_TYPES .SHARE_TYPE_LINK ) {
194194 title = t (' files_sharing' , ' Share link' )
195- } else if (this .share .type === this .SHARE_TYPES .SHARE_TYPE_GROUP ) {
196- title += ` (${ t (' files_sharing' , ' group' )} )`
197- } else if (this .share .type === this .SHARE_TYPES .SHARE_TYPE_ROOM ) {
198- title += ` (${ t (' files_sharing' , ' conversation' )} )`
199- } else if (this .share .type === this .SHARE_TYPES .SHARE_TYPE_REMOTE ) {
200- title += ` (${ t (' files_sharing' , ' remote' )} )`
201- } else if (this .share .type === this .SHARE_TYPES .SHARE_TYPE_REMOTE_GROUP ) {
202- title += ` (${ t (' files_sharing' , ' remote group' )} )`
203- } else if (this .share .type === this .SHARE_TYPES .SHARE_TYPE_GUEST ) {
204- title += ` (${ t (' files_sharing' , ' guest' )} )`
205195 }
206196
207197 return title
You can’t perform that action at this time.
0 commit comments