mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
swap dollar symbols for pound symbols
This commit is contained in:
@@ -182,8 +182,8 @@ def download_organisation_usage_report(org_id):
|
||||
])
|
||||
|
||||
monetary_column_names = OrderedDict([
|
||||
('sms_cost', 'Spent on text messages (£)'),
|
||||
('letter_cost', 'Spent on letters (£)')
|
||||
('sms_cost', 'Spent on text messages ($)'),
|
||||
('letter_cost', 'Spent on letters ($)')
|
||||
])
|
||||
|
||||
org_usage_data = [
|
||||
|
||||
Reference in New Issue
Block a user