Skip to content

Commit 7f9538f

Browse files
committed
Fix a few more references to expire/expiry on Peers page tabs and update
copyright header. Tested in deployment. Minor style fixes from autopep8.
1 parent 36657a6 commit 7f9538f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mig/shared/functionality/peers.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# peers - manage external collaboration partners, etc.
7-
# Copyright (C) 2003-2021 The MiG Project lead by Brian Vinter
7+
# Copyright (C) 2003-2025 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#
@@ -305,7 +305,7 @@ def main(client_id, user_arguments_dict):
305305
vouched for to get an account on %(site)s because they need it for a particular
306306
course/workshop, research project or for general long term collaboration with
307307
you. The site admins will use this information to accept account requests and
308-
extensions from your peers until the given time of expiry.
308+
extensions from your peers until the given end date.
309309
</p>
310310
<div class="peer_entries">
311311
'''
@@ -376,10 +376,10 @@ def main(client_id, user_arguments_dict):
376376
<div id="fields-tab">
377377
<p>
378378
You may enter your individual peers in the form fields below and assign a
379-
shared kind and account expiry time for all entries. Just leave the Action
380-
field to <em>Add</em> unless you want to <em>Update</em> or <em>Remove</em>
381-
existing peers. You are free to leave rows empty, but each field in a peer row
382-
MUST be filled for the row to be treated.
379+
shared kind and account end date for all entries. Just leave the Action field
380+
to <em>Add</em> unless you want to <em>Update</em> or <em>Remove</em> existing
381+
peers. You are free to leave rows empty, but each field in a peer row MUST be
382+
filled for the row to be treated.
383383
</p>
384384
<div class="enter-form form_container">
385385
%(form_prefix_html)s

mig/shared/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ def html_format(configuration, ret_val, ret_msg, out_obj):
15301530
<th>State</th>
15311531
<th>Kind</th>
15321532
<th>Label</th>
1533-
<th>Expire</th>
1533+
<th>End Date</th>
15341534
<th>Actions</th>
15351535
</tr>
15361536
</thead>

0 commit comments

Comments
 (0)