mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
i18n: Migrate hard strings (#2353)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -288,14 +288,14 @@ export const SettingModal = <T extends {}>(props: ISettingModal<T>) => {
|
||||
</Modal.Body>
|
||||
<Modal.Footer>
|
||||
<Button variant="secondary" onClick={() => close()}>
|
||||
Cancel
|
||||
<FormattedMessage id="actions.cancel" />
|
||||
</Button>
|
||||
<Button
|
||||
type="submit"
|
||||
variant="primary"
|
||||
onClick={() => close(currentValue)}
|
||||
>
|
||||
Confirm
|
||||
<FormattedMessage id="actions.confirm" />
|
||||
</Button>
|
||||
</Modal.Footer>
|
||||
</Form>
|
||||
|
||||
Reference in New Issue
Block a user