mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Performer select calculated ages (#5110)
* Change wording of performer age at production The Performer card had "x years old in this scene", regardless of what sort of media it was attached to. I have made both strings "x [years old] at production instead. --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -507,6 +507,7 @@ const SceneMergeDetails: React.FC<ISceneMergeDetailsProps> = ({
|
||||
title={intl.formatMessage({ id: "performers" })}
|
||||
result={performers}
|
||||
onChange={(value) => setPerformers(value)}
|
||||
ageFromDate={date.useNewValue ? date.newValue : date.originalValue}
|
||||
/>
|
||||
<ScrapedGroupsRow
|
||||
title={intl.formatMessage({ id: "groups" })}
|
||||
|
||||
Reference in New Issue
Block a user