mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Update language keys.
This commit is contained in:
parent
f1624780ee
commit
876c8f7a68
39 changed files with 541 additions and 581 deletions
|
|
@ -91,10 +91,10 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
|||
</FormRow>
|
||||
<FormButtons>
|
||||
<Button type="submit" variant="action">
|
||||
<FormattedMessage id="button.save" defaultMessage="Save" />
|
||||
<FormattedMessage id="label.save" defaultMessage="Save" />
|
||||
</Button>
|
||||
<Button onClick={onClose}>
|
||||
<FormattedMessage id="button.cancel" defaultMessage="Cancel" />
|
||||
<FormattedMessage id="label.cancel" defaultMessage="Cancel" />
|
||||
</Button>
|
||||
</FormButtons>
|
||||
<FormMessage>{message}</FormMessage>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue