TF-3792 Hide buttons of blue bar in case of event not belong to this account and change

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-20 10:42:21 +07:00
committed by Dat H. Pham
parent 3e48d9cf92
commit 8579eb2518
18 changed files with 377 additions and 396 deletions
@@ -4794,4 +4794,11 @@ class AppLocalizations {
name: 'createFilterRuleFailed',
);
}
String get youAreNotInvitedToThisEventPleaseContactTheOrganiser {
return Intl.message(
'You are not invited to this event. Please contact the organiser.',
name: 'youAreNotInvitedToThisEventPleaseContactTheOrganiser',
);
}
}