mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
CMS Localization
This commit is contained in:
parent
deb3780a45
commit
77d939f0b2
@ -1165,7 +1165,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
|||||||
),
|
),
|
||||||
new FieldList(
|
new FieldList(
|
||||||
// TODO i18n
|
// TODO i18n
|
||||||
new FormAction('submit', "Go")
|
new FormAction('submit', _t('Form.SubmitBtnLabel', "Go"))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$form->addExtraClass('cms-batch-actions nostyle');
|
$form->addExtraClass('cms-batch-actions nostyle');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user