فهرست منبع

Renamed 'Connection' to 'Endpoint'

Dorin Paslaru 8 سال پیش
والد
کامیت
6995f29e76

+ 1 - 1
src/components/AddCloudConnection/AddCloudConnection.js

@@ -25,7 +25,7 @@ import NotificationActions from '../../actions/NotificationActions';
 import Dropdown from '../NewDropdown';
 import LoadingIcon from "../LoadingIcon/LoadingIcon";
 
-const title = 'Add Cloud Connection';
+const title = 'Add Cloud Endpoint';
 
 class AddCloudConnection extends Reflux.Component {
 

+ 1 - 1
src/components/AddCloudConnection/AddCloudConnection.scss

@@ -24,7 +24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 }
 .header {
   h3 {
-    /* Add Cloud Connection: */
+    /* Add Cloud Endpoint: */
     font-weight: $weight-light;
     font-size: 24px;
     color: $gray-darker;