mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Fix team message.
This commit is contained in:
parent
5103da331a
commit
d47724858a
1 changed files with 4 additions and 0 deletions
|
|
@ -152,6 +152,10 @@ export const messages = defineMessages({
|
||||||
defaultMessage:
|
defaultMessage:
|
||||||
'To track stats for this website, place the following code in the <head>...</head> section of your HTML.',
|
'To track stats for this website, place the following code in the <head>...</head> section of your HTML.',
|
||||||
},
|
},
|
||||||
|
joinTeamWarning: {
|
||||||
|
id: 'message.team-already-member',
|
||||||
|
defaultMessage: 'You are already a member of the team.',
|
||||||
|
},
|
||||||
deleteWebsite: {
|
deleteWebsite: {
|
||||||
id: 'message.delete-website',
|
id: 'message.delete-website',
|
||||||
defaultMessage: 'To delete this website, type {confirmation} in the box below to confirm.',
|
defaultMessage: 'To delete this website, type {confirmation} in the box below to confirm.',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue