1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 16:01:20 +00:00

Merge branch '2830-fix-saml-translation' into 'develop'

Fix translation in SAML config dialog

Closes 

See merge request 
This commit is contained in:
Petr Stribny 2024-07-25 13:41:35 +00:00
commit 898ec3caf1
2 changed files with 8 additions and 1 deletions
changelog/entries/unreleased/bug
enterprise/web-frontend/modules/baserow_enterprise/components/admin/forms

View file

@ -0,0 +1,7 @@
{
"type": "bug",
"message": "Fix translation in SAML configuration",
"issue_number": 2830,
"bullet_points": [],
"created_at": "2024-07-24"
}

View file

@ -84,7 +84,7 @@
<FormGroup
small-label
required
:label="$t('samlSettingsForm.relayStateUrl')"
:label="$t('samlSettingsForm.acsUrl')"
class="margin-bottom-2"
>
<code>{{ getAcsUrl() }}</code>