mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Added additional logic for handling website transfers.
This commit is contained in:
parent
08b2f69658
commit
a3f7382673
4 changed files with 43 additions and 45 deletions
|
|
@ -330,14 +330,14 @@ export const messages = defineMessages({
|
|||
},
|
||||
transferWebsite: {
|
||||
id: 'message.transfer-website',
|
||||
defaultMessage: 'Transfer website ownership to another user or team.',
|
||||
defaultMessage: 'Transfer website ownership to your account or another team.',
|
||||
},
|
||||
transferTeamWebsiteToUser: {
|
||||
id: 'message.transfer-team-website-to-user',
|
||||
defaultMessage: 'Do you want to transfer this website to your account?',
|
||||
defaultMessage: 'Transfer this website to your account?',
|
||||
},
|
||||
transferUserWebsiteToTeam: {
|
||||
id: 'message.transfer-user-website-to-team',
|
||||
defaultMessage: 'Which team do you want to transfer this website to?',
|
||||
defaultMessage: 'Select the team to transfer this website to.',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue