removed Terminkategorie string

This commit is contained in:
Harald Milz 2019-04-06 07:43:00 +02:00
parent a20889ab9e
commit 48887c7326
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function gcal_admin_init(){
);
foreach($terms as $term){
$unique_id = 'gcal_feed_' . $term->name;
$feed_name = 'Terminkategorie: ' . $term->name;
$feed_name = $term->name;
add_settings_field($unique_id, $feed_name, 'gcal_feeds_setting_string', 'gcal', 'gcal_feeds', array($unique_id));
}