mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
big commit with letters removal
This commit is contained in:
@@ -79,14 +79,6 @@ class ServiceEvent(Event):
|
||||
def format_inbound_api(self):
|
||||
return 'Updated the callback for received text messages'
|
||||
|
||||
def format_letter_branding(self):
|
||||
if self.value_to is None:
|
||||
return 'Removed the logo from this service’s letters'
|
||||
return 'Updated the logo on this service’s letters'
|
||||
|
||||
def format_letter_contact_block(self):
|
||||
return 'Updated the default letter contact block for this service'
|
||||
|
||||
def format_message_limit(self):
|
||||
return (
|
||||
'{} this service’s daily message limit from {} to {}'
|
||||
|
||||
Reference in New Issue
Block a user