Skip to content

Commit

Permalink
Remove the word "settings" from each tabs button
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 4, 2024
1 parent 43b29e5 commit d095f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/settings-advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function createDynamicConfigTabs() {
// Dynamically create the settings menu
$("#advanced-settings-menu ul").append(`
<li role="presentation">
<a href="#advanced-content-${topic.name}" aria-controls="advanced-content-${topic.name}" role="pill" data-toggle="pill">${topic.description}</a>
<a href="#advanced-content-${topic.name}" aria-controls="advanced-content-${topic.name}" role="pill" data-toggle="pill">${topic.description.replace(" settings", "")}</a>
</li>
`);
});
Expand Down

0 comments on commit d095f09

Please sign in to comment.