Skip to content

Commit

Permalink
Added text redirecting to the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
padvincenzo authored Aug 10, 2021
1 parent 0e02e6b commit 5e2482b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
// Database
$lang->dbConnectionFailed = "Database connection failed.";
$lang->dbNotFound = "Database name not found.";
$lang->installSuccessful = "Install successful.";
$lang->installSuccessful = "Install successful. Redirecting to the home page...";
$lang->installFailed = "Install failed.";
$lang->notYetInstalled = "Database has not been installed yet. Install it now?";

Expand Down
2 changes: 1 addition & 1 deletion languages/it.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
// Database
$lang->dbConnectionFailed = "Connessione al database fallita.";
$lang->dbNotFound = "Il database non è stato trovato.";
$lang->installSuccessful = "Installazione riuscita.";
$lang->installSuccessful = "Installazione riuscita. Reindirizzamento alla pagina iniziale...";
$lang->installFailed = "Installazione fallita.";
$lang->notYetInstalled = "Il database non è ancora stato installato. Installarlo ora?";

Expand Down

0 comments on commit 5e2482b

Please sign in to comment.