Make the ssh remote support text more generic
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
<div class="grid-item-top">
|
||||
<div class="row animateMeOpacity">
|
||||
<div class="col-lg-12">
|
||||
Enable this option to allow Cloudron engineers to connect to this server via SSH.
|
||||
Enable this option to allow support engineers to connect to this server via SSH.
|
||||
<br/>
|
||||
<br/>
|
||||
<b>Only enable this option if you were asked to do so by the Cloudron support team!</b>
|
||||
<b>Only enable this option if you were asked to do so by the support team!</b>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user