Skip to content

Commit

Permalink
UI text improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Sep 22, 2023
1 parent c2cd14c commit d6e0749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/IslandoraSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$form[self::REDIRECT_AFTER_MEDIA_SAVE] = [
'#type' => 'checkbox',
'#title' => $this->t('Redirect after media save.'),
'#description' => $this->t('Redirect to node page after creation of media.'),
'#description' => $this->t('Redirect to node-specific media list after creation of media.'),
'#default_value' => (bool) $config->get(self::REDIRECT_AFTER_MEDIA_SAVE),
];

Expand Down

0 comments on commit d6e0749

Please sign in to comment.