Make the ssh remote support text more generic

This commit is contained in:
Johannes Zellner
2019-05-11 13:26:21 +02:00
parent a444b61edf
commit 402d75bfe0

View File

@@ -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>