Skip to content

Commit c5bca9b

Browse files
committed
Apply code review suggestion, use Next for Sync dialog button
1 parent 38d8ae4 commit c5bca9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/sync/components/sync-sites-modal-selector.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,8 @@ function Footer( {
364364
const getButtonText = () => {
365365
switch ( mode ) {
366366
case 'push':
367-
return __( 'Publish' );
368367
case 'pull':
369-
return __( 'Import' );
368+
return __( 'Next' );
370369
case 'connect':
371370
default:
372371
return __( 'Connect' );

0 commit comments

Comments
 (0)