mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Add some periods.
This commit is contained in:
@@ -3376,7 +3376,7 @@ class SystemJobSerializer(UnifiedJobSerializer):
|
||||
except StdoutMaxBytesExceeded as e:
|
||||
return _(
|
||||
"Standard Output too large to display ({text_size} bytes), "
|
||||
"only download supported for sizes over {supported_size} bytes").format(
|
||||
"only download supported for sizes over {supported_size} bytes.").format(
|
||||
text_size=e.total, supported_size=e.supported
|
||||
)
|
||||
|
||||
|
||||
@@ -4687,7 +4687,7 @@ class UnifiedJobStdout(RetrieveAPIView):
|
||||
except StdoutMaxBytesExceeded as e:
|
||||
response_message = _(
|
||||
"Standard Output too large to display ({text_size} bytes), "
|
||||
"only download supported for sizes over {supported_size} bytes").format(
|
||||
"only download supported for sizes over {supported_size} bytes.").format(
|
||||
text_size=e.total, supported_size=e.supported
|
||||
)
|
||||
if request.accepted_renderer.format == 'json':
|
||||
|
||||
Reference in New Issue
Block a user