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

fix interpolation

parent 3e3d473d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ App.UI.SlaveInteract.rename = function(slave, {oldName = "", oldSurname = ""} =
} else {
/* First time renaming reaction */
if (slave.slaveName === "" || !(slave.hasOwnProperty("slaveName"))) {
r.push(`${oldName} needs to be called something on the records, so oldName ${he} stays.`);
r.push(`${oldName} needs to be called something on the records, so ${oldName} ${he} stays.`);
slave.slaveName = oldName;
} else if (slave.fetish === "mindbroken") {
r.push(`${slave.slaveName} doesn't even recognize that ${he}'s been renamed. It simply does not register.`);
......
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