mirror of
https://github.com/stashapp/stash.git
synced 2026-02-23 07:41:33 +01:00
Fix Scenes Detail tab string (#1966)
This commit is contained in:
parent
3aa5f657bc
commit
1f48a9ce95
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ const ScenePage: React.FC<IProps> = ({ scene, refetch }) => {
|
|||
<Nav variant="tabs" className="mr-auto">
|
||||
<Nav.Item>
|
||||
<Nav.Link eventKey="scene-details-panel">
|
||||
<FormattedMessage id="scenes" />
|
||||
<FormattedMessage id="details" />
|
||||
</Nav.Link>
|
||||
</Nav.Item>
|
||||
{(queueScenes ?? []).length > 0 ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue