Skip to content

Commit

Permalink
changing a message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Nov 26, 2024
1 parent f594c4f commit 033bfde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translation/web_admin.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@ msgstr ""

#: web/admin/sort_profiles_result.php:38
#, php-format
msgid "%s: Profile sorting"
msgid "%s: Profile ordering"
msgstr ""

#: web/admin/sort_profiles_result.php:48
Expand Down
2 changes: 1 addition & 1 deletion web/admin/sort_profiles_result.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$auth->authenticate();
[$my_inst, $editMode] = $validator->existingIdPInt($_GET['inst_id'], $_SESSION['user']);

echo $deco->defaultPagePrelude(sprintf(_("%s: Profile sorting"), \config\Master::APPEARANCE['productname']));
echo $deco->defaultPagePrelude(sprintf(_("%s: Profie ordering"), \config\Master::APPEARANCE['productname']));
if ($editMode !== 'fullaccess') {
echo "<h2>"._("No write access to this IdP");
echo $deco->footer();
Expand Down

0 comments on commit 033bfde

Please sign in to comment.