mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-28 17:16:41 +03:00
Fix typo in string constant
This commit is contained in:
parent
a441bed2a2
commit
134bbb9984
@ -317,7 +317,7 @@ class InstallController extends AbstractController
|
|||||||
);
|
);
|
||||||
|
|
||||||
$login_link = getlocal(
|
$login_link = getlocal(
|
||||||
'You can login to usgin <a href="{0}">this</a> link.',
|
'You can login to using <a href="{0}">this</a> link.',
|
||||||
array($login_url)
|
array($login_url)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user