Skip to content

Commit

Permalink
MBS-13802: Always use "Created (in)" for characters
Browse files Browse the repository at this point in the history
We changed this for sidebar display for Created a while ago, but I missed
the artist editor, and area should use Created in for consistency.
  • Loading branch information
reosarevok committed Oct 31, 2024
1 parent cd35506 commit 464e9c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/artist/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export function artistEndAreaLabel(typeId: ?number): string {
case 5:
case 6:
return addColonText(lp('Dissolved in', 'group artist'));
case 4:
return addColonText(lp('Created in', 'character artist'));
default:
return addColonText(l('End area'));
}
Expand Down

0 comments on commit 464e9c5

Please sign in to comment.