Skip to content

Commit 557a389

Browse files
Modify site URL input placeholder and Text
Updated the placeholder URL and hint text for the site URL input.
1 parent 42f3c0c commit 557a389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ <h1>Seera Apps</h1>
5757

5858
<div class="card">
5959
<label for="siteUrl">Hospital site URL</label>
60-
<input type="text" id="siteUrl" placeholder="https://kfsh-dammam-asm.seeraarabia.com" />
61-
<p class="hint">Enter the URL with or without /asm_app — we'll handle it</p>
60+
<input type="text" id="siteUrl" placeholder="https://site-name.com" />
61+
<p class="hint">Enter the URL</p>
6262
<p class="error" id="errMsg">Please enter a valid URL</p>
6363
<button class="btn" onclick="goToSite()">Open App →</button>
6464
</div>

0 commit comments

Comments
 (0)