Merge pull request 'Make it more clear how to register an account' (#270) from login-screen-two-buttons into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 47s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 5s

Reviewed-on: #270
This commit is contained in:
Tobias Brunner 2025-11-05 16:01:35 +00:00
commit bbc1d735b6
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
<div class="text-center mb-4">
<h5 class="text-primary mb-2">{% translate "Ready to get started?" %}</h5>
<p class="text-muted mb-0">
{% translate "Sign in to access your managed service instances and the Servala service catalog" %}
{% translate "Sign in to your account or create a new one to access your managed service instances and the Servala service catalog" %}
</p>
</div>
{% for provider in socialaccount_providers %}
@ -40,7 +40,7 @@
style="border-radius: 12px;
box-shadow: 0 4px 15px rgba(154, 99, 236, 0.2);
background: linear-gradient(135deg, var(--bs-primary), #8B5CF6)">
<span>{% translate "Sign in with VSHN Account" %}</span>
<span>{% translate "Sign in or Register" %}</span>
</button>
</form>
{% endfor %}

View file

@ -130,7 +130,7 @@
{% else %}
<a href="{% url 'account_login' %}" class="sidebar-link">
<i class="bi bi-person-badge-fill"></i>
<span>{% translate 'Login' %}</span>
<span>{% translate 'Sign in' %}</span>
</a>
{% endif %}
<a href="#" class="burger-btn d-block d-xl-none">