mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
i18n: Migrate hard strings (#2353)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -592,7 +592,9 @@ export const LightboxComponent: React.FC<IProps> = ({
|
||||
<Button
|
||||
ref={overlayTarget}
|
||||
variant="link"
|
||||
title="Options"
|
||||
title={intl.formatMessage({
|
||||
id: "dialogs.lightbox.options",
|
||||
})}
|
||||
onClick={() => setShowOptions(!showOptions)}
|
||||
>
|
||||
<Icon icon="cog" />
|
||||
|
||||
Reference in New Issue
Block a user