mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Change Exit button text to Exit Without Saving in the unsaved changes modal.
This commit is contained in:
parent
492ea0616e
commit
700296a558
@ -15,10 +15,10 @@ function UnsavedChangesModal({ i18n, onCancel, onSaveAndExit, onExit }) {
|
||||
<Button
|
||||
key="exit"
|
||||
variant="danger"
|
||||
aria-label={i18n._(t`Exit`)}
|
||||
aria-label={i18n._(t`Exit Without Saving`)}
|
||||
onClick={onExit}
|
||||
>
|
||||
{i18n._(t`Exit`)}
|
||||
{i18n._(t`Exit Without Saving`)}
|
||||
</Button>,
|
||||
<Button
|
||||
key="save"
|
||||
|
Loading…
Reference in New Issue
Block a user