mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 13:15:24 +00:00
Fix translation in SAML config dialog
This commit is contained in:
parent
039af95333
commit
61ba16e27b
2 changed files with 8 additions and 1 deletions
changelog/entries/unreleased/bug
enterprise/web-frontend/modules/baserow_enterprise/components/admin/forms
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "bug",
|
||||
"message": "Fix translation in SAML configuration",
|
||||
"issue_number": 2830,
|
||||
"bullet_points": [],
|
||||
"created_at": "2024-07-24"
|
||||
}
|
|
@ -84,7 +84,7 @@
|
|||
<FormGroup
|
||||
small-label
|
||||
required
|
||||
:label="$t('samlSettingsForm.relayStateUrl')"
|
||||
:label="$t('samlSettingsForm.acsUrl')"
|
||||
class="margin-bottom-2"
|
||||
>
|
||||
<code>{{ getAcsUrl() }}</code>
|
||||
|
|
Loading…
Add table
Reference in a new issue