From da2e8fcc8b1ec9f5c3bb99063d697ab69be44dd5 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 27 Nov 2018 16:23:58 +0100 Subject: [PATCH] NEW Use Bootstrap styled alerts in assets notification This will be the default in SilverStripe 4.4, and has been partially implemented in 4.3 --- src/Extensions/FolderFormFactoryExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/FolderFormFactoryExtension.php b/src/Extensions/FolderFormFactoryExtension.php index 4fcb03a..ed38bbe 100644 --- a/src/Extensions/FolderFormFactoryExtension.php +++ b/src/Extensions/FolderFormFactoryExtension.php @@ -35,7 +35,7 @@ class FolderFormFactoryExtension extends Extension $fields->push($dropdown); $fields->push(LiteralField::create( 'Message', - '

' . + '

' . _t( __CLASS__ . '.SUBSITENOTICE', 'Folders and files created in the main site are accessible by all subsites.'