mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - UI elements
Rename all UI elements and translations. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1702075875
commit
f540c79580
76 changed files with 952 additions and 1143 deletions
|
@ -36,7 +36,7 @@ def email_pieces(voteinfo: TUVoteInfo) -> Tuple[str, str]:
|
|||
:param voteinfo: TUVoteInfo instance
|
||||
:return: tuple(subject, content)
|
||||
"""
|
||||
subject = f"TU Vote Reminder: Proposal {voteinfo.ID}"
|
||||
subject = f"Package Maintainer Vote Reminder: Proposal {voteinfo.ID}"
|
||||
content = (
|
||||
f"Please remember to cast your vote on proposal {voteinfo.ID} "
|
||||
f"[1]. The voting period\nends in less than 48 hours.\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue