Skip to content

Commit 53bd5d9

Browse files
rename button
1 parent b8f3985 commit 53bd5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Page/Types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function _renderToolbar() {
129129
}
130130
?>
131131
<input type="submit" class="button button-primary button-large push-right" value="<?php esc_attr_e( 'Next', 'visualizer' ); ?>">
132-
<input type="button" class="button button-secondary button-large push-left viz-abort" value="<?php esc_attr_e( 'Abort &amp; Close', 'visualizer' ); ?>">
132+
<input type="button" class="button button-secondary button-large push-left viz-abort" value="<?php esc_attr_e( 'Cancel', 'visualizer' ); ?>">
133133
<?php
134134
}
135135
}

0 commit comments

Comments
 (0)