mirror of
https://github.com/stashapp/stash.git
synced 2026-02-07 16:05:47 +01:00
Fix header id [skip ci]
This commit is contained in:
parent
f6a24f124b
commit
9ed84a5a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export const FolderSelectDialog: React.FC<IProps> = ({
|
|||
return (
|
||||
<Modal show onHide={() => onClose()} title="">
|
||||
<Modal.Header>
|
||||
<FormattedMessage id="actions.add_directory" />
|
||||
<FormattedMessage id="actions.select_directory" />
|
||||
</Modal.Header>
|
||||
<Modal.Body>
|
||||
<div className="dialog-content">
|
||||
|
|
|
|||
Loading…
Reference in a new issue