File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
packages/changed-elements-react Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 38
38
"search" : " Search" ,
39
39
"close" : " Close" ,
40
40
"added" : " Added" ,
41
- "comparing" : " comparing " ,
41
+ "comparing" : " Comparing: " ,
42
42
"with" : " With:" ,
43
43
"waiting" : " Waiting..." ,
44
44
"unchanged" : " Unchanged" ,
Original file line number Diff line number Diff line change @@ -685,9 +685,6 @@ function NamedVersionListEntry(props: Readonly<NamedVersionEntryProps>): ReactEl
685
685
action : props . disableStartComparison ? ( // todo add localization
686
686
< Flex >
687
687
< ProgressRadial size = 'small' indeterminate />
688
- < TextEx variant = "body" >
689
- { t ( "VersionCompare:versionCompare.comparing" ) }
690
- </ TextEx >
691
688
</ Flex >
692
689
) : (
693
690
< NavigationButton onClick = { ( ) => viewResults ( props . entry ) } >
You can’t perform that action at this time.
0 commit comments