TF-3793 Replace organiser to organizer
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ class CalendarEventInformationWidget extends StatelessWidget {
|
|||||||
child: Text(
|
child: Text(
|
||||||
AppLocalizations
|
AppLocalizations
|
||||||
.of(context)
|
.of(context)
|
||||||
.youAreNotInvitedToThisEventPleaseContactTheOrganiser,
|
.youAreNotInvitedToThisEventPleaseContactTheOrganizer,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: CalendarEventInformationWidgetStyles
|
fontSize: CalendarEventInformationWidgetStyles
|
||||||
.invitationMessageTextSize,
|
.invitationMessageTextSize,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"@@last_modified": "2025-06-19T11:06:29.579174",
|
"@@last_modified": "2025-06-20T15:26:10.574669",
|
||||||
"initializing_data": "Initializing data...",
|
"initializing_data": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -4552,8 +4552,8 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"youAreNotInvitedToThisEventPleaseContactTheOrganiser": "You are not invited to this event. Please contact the organiser.",
|
"youAreNotInvitedToThisEventPleaseContactTheOrganizer": "You are not invited to this event. Please contact the organizer.",
|
||||||
"@youAreNotInvitedToThisEventPleaseContactTheOrganiser": {
|
"@youAreNotInvitedToThisEventPleaseContactTheOrganizer": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
|||||||
@@ -4795,10 +4795,10 @@ class AppLocalizations {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
String get youAreNotInvitedToThisEventPleaseContactTheOrganiser {
|
String get youAreNotInvitedToThisEventPleaseContactTheOrganizer {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'You are not invited to this event. Please contact the organiser.',
|
'You are not invited to this event. Please contact the organizer.',
|
||||||
name: 'youAreNotInvitedToThisEventPleaseContactTheOrganiser',
|
name: 'youAreNotInvitedToThisEventPleaseContactTheOrganizer',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user