mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
Fixed spelling on update file
This commit is contained in:
parent
9220e3d63e
commit
4e9edb0043
@ -923,7 +923,7 @@ if( isset( $_GET["action"] ) && $_GET["action"] !== '' ) {
|
||||
return;
|
||||
}
|
||||
|
||||
progress.innerText = "Filesystem update finished. Please wait, your browser will now reload and start the datbase update.";
|
||||
progress.innerText = "Filesystem update finished. Please wait, your browser will now reload and start the database update.";
|
||||
|
||||
setTimeout( function() {
|
||||
|
||||
@ -992,7 +992,7 @@ if( isset( $_GET["action"] ) && $_GET["action"] !== '' ) {
|
||||
return;
|
||||
}
|
||||
|
||||
progress.innerText = "Filesystem update finished. Please wait, your browser will now reload and start the datbase update.";
|
||||
progress.innerText = "Filesystem update finished. Please wait, your browser will now reload and start the database update.";
|
||||
|
||||
setTimeout( function() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user