diff --git a/src/Module/Import.php b/src/Module/Import.php index 590934161..9e7571094 100644 --- a/src/Module/Import.php +++ b/src/Module/Import.php @@ -198,7 +198,7 @@ class Import extends Controller dbesc($epubkey) ); if ($existing) { - notice(t('Identity key is already in use on this instance.')); + notice(t('Identity key is already being used on this instance.')); return; } q("update channel set epubkey = '%s', eprivkey = '%s' where channel_id = %d", @@ -212,7 +212,7 @@ class Import extends Controller ); notice(t('Import of identity key successful.')); Zlib\PConfig::Set($channel['channel_id'], 'system', 'nomadicAP', true); - + } return; }