You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,15 +75,15 @@ export default function PasswordGenerator() {
75
75
return(
76
76
<main>
77
77
<Meta
78
-
title="Password Generator | Free, Open Source & Ad-free"
79
-
description="Generate strong and secure passwords instantly with Jam's free online Password Generator. Choose your preferences or use all options by default — uppercase letters, lowercase letters, numbers, and special characters — and get a reliable password in one click. That's it."
78
+
title="Random String Generator | Free, Open Source & Ad-free"
79
+
description="Generate cryptographically strong random strings with password-like structure instantly with Jam's free online Random String Generator. Choose your preferences or use all options by default — uppercase letters, lowercase letters, numbers, and special characters — and get a reliable random string in one click. That's it."
80
80
/>
81
81
<Header/>
82
82
<CMDK/>
83
83
84
84
<sectionclassName="container max-w-2xl mb-12">
85
85
<PageHeader
86
-
title="Password Generator"
86
+
title="Random String Generator"
87
87
description="Fast, free, open source, ad-free tools."
88
88
/>
89
89
</section>
@@ -147,7 +147,7 @@ export default function PasswordGenerator() {
0 commit comments