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 #2830 See merge request baserow/baserow!2570
This commit is contained in:
commit
898ec3caf1
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