updated the snom timezone description (#6194)

The old timezone URL is no longer valid. I've updated the default description with the new correct URL.
This commit is contained in:
Antonio Fernandez 2021-12-15 16:43:50 -05:00 committed by GitHub
parent 45f48b23a8
commit 0e7438fdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "USA-7";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "http://wiki.snom.com/Settings/timezone";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "https://service.snom.com/display/wiki/timezone";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9945982a-f366-11e9-a713-2a2ae2dbcce4";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";