From d7fb14339245633ee72ddb0bccd6a30a6607cf76 Mon Sep 17 00:00:00 2001 From: Shu Muto <shu-mutou@rf.jp.nec.com> Date: Mon, 26 Jun 2017 11:56:26 +0900 Subject: [PATCH] Fix translate tag This patch fixes translate tags for translation works. Change-Id: I2d9987b7105344d528e158cc8499b92ba7e69e0b --- .../project/queues/actions/post-message.help.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zaqar_ui/static/dashboard/project/queues/actions/post-message.help.html b/zaqar_ui/static/dashboard/project/queues/actions/post-message.help.html index 5928007..77f02ad 100644 --- a/zaqar_ui/static/dashboard/project/queues/actions/post-message.help.html +++ b/zaqar_ui/static/dashboard/project/queues/actions/post-message.help.html @@ -1,5 +1,5 @@ -<div class="hz-section col-sm-6" translate> - <p> +<div class="hz-section col-sm-6"> + <p translate> 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 @@ -7,14 +7,14 @@ response body might be used to retrieve the created messages for further processing. </p> - <p> + <p translate> The client specifies only the body and TTL for the message. The server inserts metadata, such as ID and age. </p> - <p> + <p translate> See a sample as below: </p> - <pre> + <pre translate> [ { "body": { @@ -25,4 +25,4 @@ } ] </pre> -</div> \ No newline at end of file +</div>