mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
add formatted message to reset website
This commit is contained in:
parent
c41fb5ee1b
commit
5692c0e07d
2 changed files with 11 additions and 2 deletions
|
|
@ -158,6 +158,10 @@ export const messages = defineMessages({
|
|||
id: 'message.team-already-member',
|
||||
defaultMessage: 'You are already a member of the team.',
|
||||
},
|
||||
deleteAccount: {
|
||||
id: 'message.delete-account',
|
||||
defaultMessage: 'To delete this account, type {confirmation} in the box below to confirm.',
|
||||
},
|
||||
deleteWebsite: {
|
||||
id: 'message.delete-website',
|
||||
defaultMessage: 'To delete this website, type {confirmation} in the box below to confirm.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue