mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +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(
|
||||
'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)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user