add default to explination too

This commit is contained in:
blueb 2023-08-21 21:48:25 -04:00
parent de8d183577
commit aeb14b2071
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
"SettingsThemeLight": "light",
"SettingsThemeDark": "dark",
"SettingsServerPicker": "server picker",
"SettingsServerPickerDescription": "choose which server to download from",
"SettingsServerPickerDescription": "choose which server to download from. default is ",
"SettingsKeepDownloadButton": "keep >> visible",
"AccessibilityKeepDownloadButton": "keep the download button always visible",
"SettingsEnableDownloadPopup": "ask how to save",

View File

@ -459,7 +459,7 @@ export default function(obj) {
explanation: t('SettingsServerPickerDescription'),
body: switcher({
name: "serverPicker",
explanation: t(['SettingsServerPickerDescription']),
explanation: t(['SettingsServerPickerDescription'])+defaultApiURL.replace("https://","")+".",
vertical: true,
items: [{
action: defaultApiURL,