forked from github/server
use FACTION in text template, not ERESSEA
This commit is contained in:
parent
446e58c383
commit
1a20d6e5c6
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ report_template(const char *filename, report_context * ctx, const char *bom)
|
|||
newline(out);
|
||||
newline(out);
|
||||
|
||||
sprintf(buf, "%s %s \"password\"", LOC(f->locale, "ERESSEA"), itoa36(f->no));
|
||||
sprintf(buf, "%s %s \"password\"", LOC(f->locale, parameters[P_FACTION]), itoa36(f->no));
|
||||
rps_nowrap(out, buf);
|
||||
newline(out);
|
||||
newline(out);
|
||||
|
|
Loading…
Reference in a new issue