mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Add no reports message.
This commit is contained in:
parent
0a81a4a728
commit
5e64eac396
2 changed files with 26 additions and 12 deletions
|
|
@ -246,6 +246,10 @@ export const messages = defineMessages({
|
|||
id: 'message.no-websites-configured',
|
||||
defaultMessage: 'You do not have any websites configured.',
|
||||
},
|
||||
noReportsConfigured: {
|
||||
id: 'message.no-reports-configured',
|
||||
defaultMessage: 'You do not have any reports configured.',
|
||||
},
|
||||
noTeamWebsites: {
|
||||
id: 'message.no-team-websites',
|
||||
defaultMessage: 'This team does not have any websites.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue