fix wording a bit

This commit is contained in:
Girish Ramakrishnan
2017-03-08 16:07:39 -08:00
parent 84a35343d1
commit 00a9fa8f34

View File

@@ -12,11 +12,11 @@
<div class="row animateMeOpacity">
<div class="col-lg-12">
<h3>Documentation and Chat</h3>
For user manuals and developer related questions, please refer to our <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank"> documentation</a>.
<br/>
Chat with us live at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
<br/>
Cloudron is open source. To report issues, <a href="https://git.cloudron.io/cloudron/box/issues" target="_blank">open a ticket</a>.
For user manuals and app development related questions, please refer to our <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank"> documentation</a>.
Cloudron is <a href="https://git.cloudron.io" target="_blank">open source</a> - use the <a href="https://git.cloudron.io/cloudron/box/issues" target="_blank">issue tracker</a>
to report bugs and raise feature requests.
<br/><br/>
For any other questions, chat with us live at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
</div>
</div>
</div>
@@ -63,10 +63,10 @@
<div class="row animateMeOpacity">
<div class="col-lg-12">
<h3>Remote Support</h3>
To allow Cloudron engineers perform remote support directly on your Cloudron, enable temporary SSH access for Cloudron engineers.
Enable this option to allow Cloudron engineers to connect to this server via SSH.
<br/>
<br/>
Please contact us first at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
Do not enable this option before contacting us first at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
<br/>
<br/>
<button class="btn" ng-class="{ 'btn-danger': !sshSupportEnabled, 'btn-primary': sshSupportEnabled }" ng-click="toggleSshSupport()">{{ sshSupportEnabled ? 'Disable SSH support access' : 'Enable SSH support access' }}</button>