Skip to content

Commit 9db66ae

Browse files
committed
UI text improvement.
1 parent 57f9778 commit 9db66ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/IslandoraSettingsForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
214214
$form[self::REDIRECT_AFTER_MEDIA_SAVE] = [
215215
'#type' => 'checkbox',
216216
'#title' => $this->t('Redirect after media save.'),
217-
'#description' => $this->t('Redirect to node page after creation of media.'),
217+
'#description' => $this->t('Redirect to node-specific media list after creation of media.'),
218218
'#default_value' => (bool) $config->get(self::REDIRECT_AFTER_MEDIA_SAVE),
219219
];
220220

0 commit comments

Comments
 (0)