mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed modal title
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user