diff --git a/app/src/main/java/app/revanced/manager/ui/screen/settings/AdvancedSettingsScreen.kt b/app/src/main/java/app/revanced/manager/ui/screen/settings/AdvancedSettingsScreen.kt index 997d5284..4c3be2a4 100644 --- a/app/src/main/java/app/revanced/manager/ui/screen/settings/AdvancedSettingsScreen.kt +++ b/app/src/main/java/app/revanced/manager/ui/screen/settings/AdvancedSettingsScreen.kt @@ -85,7 +85,7 @@ fun AdvancedSettingsScreen( } SettingsListItem( headlineContent = stringResource(R.string.api_url), - supportingContent = apiUrl, + supportingContent = stringResource(R.string.api_url_description), modifier = Modifier.clickable { showApiUrlDialog = true } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 304c3c68..36cbea3a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -156,9 +156,10 @@ Failed to export logs Exported logs API URL + The API used to download necessary files. Set custom API URL - You may have issues with features when using a custom API URL. - Only use API\'s you trust! + Set the API URL of ReVanced Manager. ReVanced Manager uses the API to download patches and updates. + ReVanced Manager connects to the API to download patches and updates. Make sure that you trust it. Set Device Android version