Fix typo
This commit is contained in:
parent
d0d668eb60
commit
b176ee086f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class Page
|
||||||
&& 'dev.wishthis.online' === $_SERVER['HTTP_HOST']
|
&& 'dev.wishthis.online' === $_SERVER['HTTP_HOST']
|
||||||
) {
|
) {
|
||||||
$this->messages[] = self::info(
|
$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')
|
__('Development environment')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue