We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c07f8 commit 4ff0a44Copy full SHA for 4ff0a44
fc-sqlite-connection-without-credentials.php
@@ -23,7 +23,7 @@ class FCSqliteConnectionWithoutCredentials {
23
*/
24
function loginForm() {
25
$adminer = adminer();
26
- echo '<div class="error">'.lang("Warning: don't use it in a production environment!").'</div>';
+ echo '<div class="error">'.lang('Warning: don\'t use it in a production environment!').'</div>';
27
echo "<table cellspacing='0' class='layout'>\n";
28
echo '<input type="hidden" name="auth[driver]" value="sqlite">';
29
echo $adminer->loginFormField('db', '<tr><th>' . lang('Database') . '<td>',
0 commit comments