This commit is contained in:
Jay Trees 2022-04-07 15:50:13 +02:00
parent d0d668eb60
commit b176ee086f

View file

@ -186,7 +186,7 @@ class Page
&& 'dev.wishthis.online' === $_SERVER['HTTP_HOST']
) {
$this->messages[] = self::info(
__('This is the development environment of wishthis. The databse will reset every day at around 00:00.'),
__('This is the development environment of wishthis. The database will reset every day at around 00:00.'),
__('Development environment')
);
}