Skip to content
Snippets Groups Projects
Commit 85f723c1 authored by Atul Ghate's avatar Atul Ghate Committed by Nikolay Grachev
Browse files

Issue #3490965: Fix non translatable message in rename UI

parent 5a0d5f74
No related branches found
No related tags found
1 merge request!5Resolve #3490965 "Non translatable message in"
......@@ -63,7 +63,7 @@ class FileRenameForm extends ContentEntityForm {
];
$form['info'] = [
'#markup' => '<p>This page opened in a new tab.<br>After you save this form, <b>return to your original tab</b> to make sure you save any changes you made there.</p>',
'#markup' => $this->t('<p>This page opened in a new tab.<br>After you save this form, <b>return to your original tab</b> to make sure you save any changes you made there.</p>'),
];
$form['usages'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment