mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16680 from overleaf/jel-sso-metadata
[web] Fill in SSO configuration form from metadata file GitOrigin-RevId: 4c470ba4cdf118af87fa8f9fee59a9f02ee4a56c
This commit is contained in:
parent
a44a6a22dc
commit
8d0e2c7572
3 changed files with 6 additions and 0 deletions
|
@ -554,6 +554,7 @@
|
|||
"image_width": "",
|
||||
"import_a_bibtex_file_from_your_provider_account": "",
|
||||
"import_from_github": "",
|
||||
"import_idp_metadata": "",
|
||||
"import_to_sharelatex": "",
|
||||
"imported_from_another_project_at_date": "",
|
||||
"imported_from_external_provider_at_date": "",
|
||||
|
|
|
@ -339,3 +339,7 @@ h3.group-settings-title {
|
|||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-import-metadata {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
|
|
@ -829,6 +829,7 @@
|
|||
"image_width": "Image width",
|
||||
"import_a_bibtex_file_from_your_provider_account": "Import a BibTeX file from your __provider__ account",
|
||||
"import_from_github": "Import from GitHub",
|
||||
"import_idp_metadata": "Import IdP metadata",
|
||||
"import_to_sharelatex": "Import to __appName__",
|
||||
"imported_from_another_project_at_date": "Imported from <0>Another project</0>/__sourceEntityPathHTML__, at __formattedDate__ __relativeDate__",
|
||||
"imported_from_external_provider_at_date": "Imported from <0>__shortenedUrlHTML__</0> at __formattedDate__ __relativeDate__",
|
||||
|
|
Loading…
Reference in a new issue