Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 8, 2024
1 parent a60242e commit 961c609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backoffice/instance_backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
// Duplicate an instance into another instance (already existing instance)
if ($restorestringfrombackupshort) {
$restorestringtoshow=$restorestringfrombackupshort.' nameoftargetinstance (test|confirm)';
print '<span class="fa fa-database secondary"></span><span class="fa fa-database"></span> -> <span class="fa fa-database secondary"></span><span class="fa fa-database secondary paddingright"></span> Duplicate an instance into another instance (already existing instance) <span class="opacitymedium">(can be run by admin on master, source OR taget server. recommended: source server)</span><br>';
print '<span class="fa fa-database secondary"></span><span class="fa fa-database"></span> -> <span class="fa fa-database secondary"></span><span class="fa fa-database secondary paddingright"></span> Duplicate an instance into another instance (already existing instance) <span class="opacitymedium">(can be run by admin on master, source OR target server. recommended: source server)</span><br>';
print '<textarea name="restorestringfromarchive" id="restorestringfromarchive" class="centpercent" rows="'.ROWS_2.'">';
print $backupstringtoshow."\n";
print $restorestringtoshow;
Expand Down
2 changes: 1 addition & 1 deletion scripts/master_move_instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@


if ($result <= 0 || empty($newlogin) || empty($newdatabasedb)) {
print "Error: Failed to find taget instance '".$newinstance."'";
print "Error: Failed to find target instance '".$newinstance."'";
if ($mode == 'test') {
print " (it should have been created by this script but, in test mode, the instance can't be created).\n";
}
Expand Down

0 comments on commit 961c609

Please sign in to comment.