mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Add some periods.
This commit is contained in:
parent
dcab97f94f
commit
fb05eecee0
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user