wordsmithing

This commit is contained in:
Mike Macgirvin 2024-07-02 07:03:47 +10:00
parent 9f0b1f40c3
commit ca36f13d82

View file

@ -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",