Fix submit button text in "Add Log" action form.

This commit is contained in:
Michael Stenta 2023-08-21 08:22:16 -04:00
parent cee8b86998
commit 81d6c61b49
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class AssetAddLogActionForm extends ConfirmFormBase {
* {@inheritdoc}
*/
public function getConfirmText() {
return $this->t('Assign');
return $this->t('Continue');
}
/**