Skip to content
Snippets Groups Projects
Commit ed2c2e94 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

tweak unknown

parent 2b37aca5
No related branches found
No related tags found
No related merge requests found
...@@ -477,7 +477,7 @@ App.Intro.editFamily = function(slave) { ...@@ -477,7 +477,7 @@ App.Intro.editFamily = function(slave) {
return `You`; return `You`;
} else { } else {
const relObj = getSlave(slave[rel]); const relObj = getSlave(slave[rel]);
return relObj ? relObj.slaveName : "Unknown"; return relObj ? relObj.slaveName : "unknown to you.";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment