mirror of https://github.com/bra1n/townsquare.git
correcting spelling of preferred on pronoun prompt
This commit is contained in:
parent
ecb205e027
commit
b9bd77789a
|
@ -245,7 +245,7 @@ export default {
|
||||||
if (!this.session.isSpectator || this.player.id !== this.session.playerId)
|
if (!this.session.isSpectator || this.player.id !== this.session.playerId)
|
||||||
return;
|
return;
|
||||||
const pronouns = prompt(
|
const pronouns = prompt(
|
||||||
"Player preffered pronouns",
|
"Player preferred pronouns",
|
||||||
this.player.pronouns
|
this.player.pronouns
|
||||||
);
|
);
|
||||||
this.updatePlayer("pronouns", pronouns, true);
|
this.updatePlayer("pronouns", pronouns, true);
|
||||||
|
|
Loading…
Reference in New Issue