Fix translatable string for "Injected File Path Bytes"
Change-Id: I7a60c371621bd37d1918db7ddcabd4cb2dcd9d0d Closes-Bug: #1254049
This commit is contained in:
@@ -41,7 +41,7 @@ class UpdateDefaultQuotas(tables.LinkAction):
|
||||
def get_quota_name(quota):
|
||||
QUOTA_NAMES = {
|
||||
'injected_file_content_bytes': _('Injected File Content Bytes'),
|
||||
'injected_file_path_bytes': _('Injected File Content Bytes'),
|
||||
'injected_file_path_bytes': _('Injected File Path Bytes'),
|
||||
'metadata_items': _('Metadata Items'),
|
||||
'cores': _('VCPUs'),
|
||||
'instances': _('Instances'),
|
||||
|
Reference in New Issue
Block a user