diff --git a/plugins/Share/forms/repeat.php b/plugins/Share/forms/repeat.php index 6e2b486b06..f0ce37fb62 100644 --- a/plugins/Share/forms/repeat.php +++ b/plugins/Share/forms/repeat.php @@ -112,7 +112,7 @@ class RepeatForm extends Form { $this->out->submit('repeat-submit-' . $this->notice->id, // TRANS: Button text to repeat a notice on notice repeat form. - _m('BUTTON','Confirm repeat'), 'submit', null, + _m('BUTTON','Yes'), 'submit', null, // TRANS: Button title to repeat a notice on notice repeat form. _('Repeat this notice.')); }