Fixed modal title

This commit is contained in:
eldadfux
2019-11-29 19:35:16 +02:00
parent 288b051964
commit df81e3a035
+2 -2
View File
@@ -153,7 +153,7 @@ $graph = $this->getParam('graph', false);
<div data-ui-modal class="modal box close" data-button-alias=".web-new">
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
<h1>New Website</h1>
<h1>New Web App</h1>
<form
data-service="projects.createPlatform"
@@ -175,7 +175,7 @@ $graph = $this->getParam('graph', false);
<label for="url">URL <span class="tooltip large" data-tooltip="The URL that your website will use to interact with the <?php echo APP_NAME; ?> APIs in production or development environments."><i class="icon-question"></i></span></label>
<input name="url" type="url" class="margin-bottom" autocomplete="off" placeholder="https://localhost:3000" required>
<div class="info margin-top-small margin-bottom-small">
<div class="info margin-top margin-bottom">
<div class="text-bold margin-bottom-small">Next Steps</div>
<p>After adding your new website, install our JS SDK to integrate with your code and read our <a href="/docs/getting-started-for-web" target="_blank">getting started</a> tutorial.</p>