fix direct invitation delete popup message
All checks were successful
deploy / build-and-deploy (push) Successful in 26s
All checks were successful
deploy / build-and-deploy (push) Successful in 26s
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
function onDirectInvitationDelete(directInvitation: DirectInvitation) {
|
||||
$confirmPopupState = {
|
||||
title: 'Direkte Einladung löschen?',
|
||||
message: 'Soll die direkte Einladung wirklich entblockiert werden?',
|
||||
message: 'Soll die direkte Einladung wirklich gelöscht werden?',
|
||||
onConfirm: () => deleteDirectInvitation(directInvitation)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user