fix wording a bit
This commit is contained in:
@@ -12,11 +12,11 @@
|
|||||||
<div class="row animateMeOpacity">
|
<div class="row animateMeOpacity">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h3>Documentation and Chat</h3>
|
<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>.
|
For user manuals and app development related questions, please refer to our <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank"> documentation</a>.
|
||||||
<br/>
|
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>
|
||||||
Chat with us live at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
|
to report bugs and raise feature requests.
|
||||||
<br/>
|
<br/><br/>
|
||||||
Cloudron is open source. To report issues, <a href="https://git.cloudron.io/cloudron/box/issues" target="_blank">open a ticket</a>.
|
For any other questions, chat with us live at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
<div class="row animateMeOpacity">
|
<div class="row animateMeOpacity">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h3>Remote Support</h3>
|
<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/>
|
||||||
<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/>
|
||||||
<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>
|
<button class="btn" ng-class="{ 'btn-danger': !sshSupportEnabled, 'btn-primary': sshSupportEnabled }" ng-click="toggleSshSupport()">{{ sshSupportEnabled ? 'Disable SSH support access' : 'Enable SSH support access' }}</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user