Skip to content

Commit

Permalink
Fix a comment in settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Dec 31, 2023
1 parent e2dd2e7 commit ad9b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@
$page->hide_if('theme_boost_union/tile'.$i.'backgroundimage', 'theme_boost_union/tile'.$i.'enabled', 'neq',
THEME_BOOST_UNION_SETTING_SELECT_YES);

// Setting: Course header image position.
// Setting: Advertisement tile background image position.
$name = 'theme_boost_union/tile'.$i.'backgroundimageposition';
$title = get_string('tilebackgroundimagepositionsetting', 'theme_boost_union', ['no' => $i], true);
$description = get_string('tilebackgroundimagepositionsetting_desc', 'theme_boost_union', ['no' => $i], true);
Expand Down

0 comments on commit ad9b2dc

Please sign in to comment.