housekeep: TU rename - UI elements

Rename all UI elements and translations.

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-09-01 14:44:43 +02:00
parent 1702075875
commit f540c79580
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
76 changed files with 952 additions and 1143 deletions

View file

@ -1574,7 +1574,7 @@ def test_packages_post_disown_as_maintainer(
def test_packages_post_disown(
client: TestClient, tu_user: User, maintainer: User, package: Package
):
"""Disown packages as a Trusted User, which cannot bypass idle time."""
"""Disown packages as a Package Maintainer, which cannot bypass idle time."""
cookies = {"AURSID": tu_user.login(Request(), "testPassword")}
with client as request:
request.cookies = cookies