Skip to content

Commit

Permalink
feat: make title for settings page a variable based on locale (merge …
Browse files Browse the repository at this point in the history
…pull request #155 from ThomasDC84/patch-2)

Remove hardcoded text title in settings page
  • Loading branch information
Ahwxorg authored Jun 9, 2024
2 parents 8698970 + 8d60802 commit 8825980
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 8825980

Please sign in to comment.