We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747c148 commit fb19d80Copy full SHA for fb19d80
2 files changed
webui/src/views/Ldap.vue
@@ -296,7 +296,7 @@ function showImage(evt: MouseEvent) {
296
<div class="text-center mt-3">
297
<router-link
298
:to="{ path: '/docs/guides/ldap/quick-start' }"
299
- class="btn btn-outline-primary btn-sm mt-3">
+ class="btn btn-outline-primary btn-lg mt-3">
300
Try LDIF Setup
301
</router-link>
302
</div>
webui/src/views/Mail.vue
@@ -110,7 +110,7 @@ function showImage(evt: MouseEvent) {
110
Simulate outgoing and incoming mail to test real user flows without external dependencies.
111
</p>
112
<p class="fst-italic mb-0">
113
- Prevent broken authentication and directory issues before they reach production.
+ Prevent broken email workflows before they reach production.
114
115
116
0 commit comments