fix translation extraction

Translation setup fails due to the used special quotation marks, see
http://logs.openstack.org/periodic/zaqar-ui-propose-translation-update/cffd230/console.html
"UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0:
ordinal not in range(128)"

Use normal quotation marks, these fix the issue.

Change-Id: Id0e2cef54278fa00ff542a1f9e7913f20a16c324
This commit is contained in:
Andreas Jaeger 2017-06-21 22:36:54 +02:00
parent 6bcdf8efb1
commit b95dd41f20

View File

@ -2,8 +2,8 @@
<p>
You can submit up to 10 messages in a single request, but you must always
encapsulate the messages in a collection container (an array in JSON, even
for a single message - without the JSON array, you receive the Invalid
request body message). The resulting value of the Location header or
for a single message - without the JSON array, you receive the "Invalid
request body" message). The resulting value of the Location header or
response body might be used to retrieve the created messages for further
processing.
</p>
@ -25,4 +25,4 @@
}
]
</pre>
</div>
</div>