Browse Source

update text string

main
ghost 3 years ago
parent
commit
556a9f6184
  1. 2
      src/application/controller/people.php

2
src/application/controller/people.php

@ -34,7 +34,7 @@ if (isset($_GET['_route_'])) { @@ -34,7 +34,7 @@ if (isset($_GET['_route_'])) {
$userName = filter::userName($route[1]);
$_twister->follow($_SESSION['userName'], [$userName]);
$pageTitle = sprintf(_('@%s posts'), $userName);
$pageTitle = sprintf(_('@%s'), $userName);
}
}

Loading…
Cancel
Save