diff --git a/application/views/adif/import.php b/application/views/adif/import.php index 6d55e66bd..4421e07ed 100644 --- a/application/views/adif/import.php +++ b/application/views/adif/import.php @@ -151,7 +151,7 @@ -
= sprintf(__("The current migration is not the version it is supposed to be. Reload this page after %s seconds. If this warning persists, your migration is likely locked due to a previously failed process. Delete the file %s to force the migration to run again."), $miglock_lifetime, $migration_lockfile); ?>
-= sprintf(__("Check this wiki article here for more information."), "https://github.com/wavelog/wavelog/wiki/Migration-is-locked"); ?>
+= sprintf(__("Check this wiki article %shere%s for more information."), '', ''); ?>
= sprintf(__("Current migration is %s"), $migration_version); ?>
= sprintf(__("Migration should be %s"), $migration_config); ?>