Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit ce2ac79

Browse files
Googlernshahan
authored andcommitted
Remove REL_NOTE from material_tree_group.
PiperOrigin-RevId: 184859727
1 parent b0398c0 commit ce2ac79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/material_tree/group/material_tree_group.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,5 @@ class MaterialTreeGroupComponent extends MaterialTreeNode implements OnDestroy {
200200
final viewMoreMsg = _viewMoreMsg;
201201

202202
static String get _viewMoreMsg => Intl.message('View more',
203-
desc: 'Label for a link that allows user to see the collapsed options.'
204-
'[REL_NOTE: jiahaowang/LAUNCHING-2018-03-31]');
203+
desc: 'Label for a link that allows user to see the collapsed options.');
205204
}

0 commit comments

Comments
 (0)