Skip to content

Commit

Permalink
Remove hardcoded text title in settings page
Browse files Browse the repository at this point in the history
This change will allow translation of "Settings" in the settings page
  • Loading branch information
ThomasDC84 authored Jun 9, 2024
1 parent 8698970 commit 8d60802
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 @@ -47,7 +47,7 @@
</head>
<body>
<div class="misc-container">
<h1>Settings</h1>
<h1><?php printtext("settings_title");?></h1>
<form method="post" enctype="multipart/form-data" autocomplete="off">
<div>
<label for="theme"><?php printtext("settings_theme");?>:</label>
Expand Down

0 comments on commit 8d60802

Please sign in to comment.