We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2024f67 commit c3daf3eCopy full SHA for c3daf3e
scripts/subdomain-availability.js
@@ -19,7 +19,7 @@ async function fetchReservedDomains() {
19
if (!response.ok) throw new Error(`Failed to fetch reserved domains: ${response.statusText}`);
20
reservedDomains = await response.json();
21
searchDomain.disabled = false;
22
- searchDomain.placeholder = "e.g. william";
+ searchDomain.placeholder = "e.g. john";
23
}
24
} catch (error) {
25
console.error(error.message);
0 commit comments