Skip to content

Commit

Permalink
remove empty space before Discard unsaved changes string
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahmon committed Jul 22, 2023
1 parent 856c17e commit 8e04b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function ScreenRevisions() {
'Loading this revision will discard all unsaved changes.'
) }
isOpen={ isLoadingRevisionWithUnsavedChanges }
confirmButtonText={ __( ' Discard unsaved changes' ) }
confirmButtonText={ __( 'Discard unsaved changes' ) }
onConfirm={ () => restoreRevision( globalStylesRevision ) }
onCancel={ () =>
setIsLoadingRevisionWithUnsavedChanges( false )
Expand Down

0 comments on commit 8e04b19

Please sign in to comment.