You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f" They've included this message `{self.message}`"ifself.messageelse""
88
+
f" They've included this message `{sanitize_outbound_name(self.message)}`"
89
+
ifself.message
90
+
else""
88
91
)
89
-
returnf"{requester_name} is requesting to install the {self.provider_name} integration into {self.organization.name}.{optional_message}"
92
+
returnf"{requester_name} is requesting to install the {sanitize_outbound_name(self.provider_name)} integration into {sanitize_outbound_name(self.organization.name)}.{optional_message}"
0 commit comments