fixed typos
This commit is contained in:
parent
422ab23a72
commit
2b29f054bc
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 20 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -511,7 +511,7 @@ function display_LoginPage($config_object, $cfgMain) {
|
||||||
}
|
}
|
||||||
elseif ($licenseValidator->isExpiringSoon()) {
|
elseif ($licenseValidator->isExpiringSoon()) {
|
||||||
echo '<b>';
|
echo '<b>';
|
||||||
echo sprintf(_('Your license expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
|
echo sprintf(_('Your licence expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
|
||||||
echo '</b>';
|
echo '</b>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue