File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
framework/core/js/src/forum/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,22 +94,22 @@ export default class PostStreamScrubber extends Component {
94
94
}
95
95
96
96
/**
97
- * @returns {NestedStringArray }
97
+ * @returns {NestedStringArray|string }
98
98
*/
99
99
firstPostLabel ( ) {
100
100
return app . translator . trans ( 'core.forum.post_scrubber.original_post_link' ) ;
101
101
}
102
102
103
103
/**
104
104
* @param {number } unreadCount
105
- * @returns {NestedStringArray }
105
+ * @returns {NestedStringArray|string }
106
106
*/
107
107
unreadLabel ( unreadCount ) {
108
108
return app . translator . trans ( 'core.forum.post_scrubber.unread_text' , { count : unreadCount } ) ;
109
109
}
110
110
111
111
/**
112
- * @returns {NestedStringArray }
112
+ * @returns {NestedStringArray|string }
113
113
*/
114
114
lastPostLabel ( ) {
115
115
return app . translator . trans ( 'core.forum.post_scrubber.now_link' ) ;
You can’t perform that action at this time.
0 commit comments