Skip to content

Commit

Permalink
Wording: "Alles ablehnen" in "Nur notwendige" geändert
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhard committed Feb 18, 2023
1 parent 7317f06 commit 84ac996
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,17 @@
$sql->setValue('id', 23);
$sql->setValue('uid', 'button_select_none');
$sql->setValue('clang_id', $lang);
$sql->setValue('text', 'Alles ablehnen');
$sql->setValue('text', 'Nur notwendige');
$sql->insert();
}
}
}
}

// Rewrite Cache
consent_manager_cache::forceWrite();
// Rewrite
if (class_exists('consent_manager_cache')) {
consent_manager_cache::forceWrite();
}

// Delete Template cache
rex_dir::delete(rex_path::cache('addons/templates'));
Expand Down
2 changes: 1 addition & 1 deletion setup/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ INSERT INTO `rex_consent_manager_text` (`pid`, `id`, `clang_id`, `uid`, `text`)
(20, 20, 1, 'consent_id', 'Einwilligungs-ID'),
(21, 21, 1, 'consent_consents', 'Einwilligungen'),
(22, 22, 1, 'edit_consent', 'Cookie Einstellungen bearbeiten'),
(23, 23, 1, 'button_select_none', 'Alles ablehnen');
(23, 23, 1, 'button_select_none', 'Nur notwendige');

0 comments on commit 84ac996

Please sign in to comment.