Issue #2630180 by mpp: 2 trailing dots in the Path Alias field description

8.1.x
Alex Pott 2015-12-12 00:40:34 +00:00
parent 60a1852c50
commit b41db0e745
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ abstract class PathFormBase extends FormBase {
'#default_value' => $this->path['alias'],
'#maxlength' => 255,
'#size' => 45,
'#description' => $this->t('Specify an alternative path by which this data can be accessed. For example, type "/about" when writing an about page. Use a relative path with a slash in front..'),
'#description' => $this->t('Specify an alternative path by which this data can be accessed. For example, type "/about" when writing an about page. Use a relative path with a slash in front.'),
'#field_prefix' => $this->requestContext->getCompleteBaseUrl(),
'#required' => TRUE,
);