ARTEMIS-3568 fixed "in" vs "ion"
This commit is contained in:
parent
6ca05e5da1
commit
97378a6b15
|
@ -108,7 +108,7 @@ var Artemis;
|
||||||
<p>
|
<p>
|
||||||
This page allows you to send a message to the chosen address. The message will be of type <code>text</code>
|
This page allows you to send a message to the chosen address. The message will be of type <code>text</code>
|
||||||
message and it will be possible to add headers to the message. The sending of the message will be authenticated
|
message and it will be possible to add headers to the message. The sending of the message will be authenticated
|
||||||
using the username and password set ion <code>preferences</code>, if this is not set then these will
|
using the username and password set in <code>preferences</code>, if this is not set then these will
|
||||||
be null.
|
be null.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -108,7 +108,7 @@ var Artemis;
|
||||||
<p>
|
<p>
|
||||||
This page allows you to send a message to the chosen queue. The message will be of type <code>text</code>
|
This page allows you to send a message to the chosen queue. The message will be of type <code>text</code>
|
||||||
message and it will be possible to add headers to the message. The sending of the message will be authenticated
|
message and it will be possible to add headers to the message. The sending of the message will be authenticated
|
||||||
using the username and password set ion <code>preferences</code>, if this is not set then these will
|
using the username and password set in <code>preferences</code>, if this is not set then these will
|
||||||
be null.
|
be null.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue