diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php index a0673ffa0a..1ea8d6498c 100644 --- a/resources/lang/en-US/admin/settings/general.php +++ b/resources/lang/en-US/admin/settings/general.php @@ -78,6 +78,8 @@ return [ 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'footer_text_placeholder' => 'Optional footer text', 'general_settings' => 'General Settings', + 'api_url' => 'API Base URL', + 'scim_url' => 'SCIM Base URL', 'general_settings_help' => 'Default EULA and more', 'generate_backup' => 'Generate Backup', 'google_workspaces' => 'Google Workspaces', diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 37ac6eba5e..771e85a591 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -163,6 +163,7 @@ return [ 'image_filetypes_help' => 'Accepted Filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.', 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.', 'import' => 'Import', + 'documentation' => 'Open documentation in a new link', 'import_this_file' => 'Map fields and process this file', 'importing' => 'Importing', 'importing_help' => 'The CSV should be comma-delimited and formatted with headers that match the ones in the sample CSVs in the documentation .', diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index c73df97f7a..57e9e03fd4 100755 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -343,86 +343,109 @@
<{{ config('mail.from.address') }}>
<{{ config('mail.reply_to.address') }}>