Skip to content

Commit

Permalink
Modify open invitations table header.
Browse files Browse the repository at this point in the history
  • Loading branch information
redblom committed May 15, 2024
1 parent 3c5a7f4 commit e102462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Remote user name": "Naam remote gebruiker",
"Remote user institute": "Organisatie remote gebruiker",
"Remote user cloud ID": "Cloud ID remote gebruiker",
"Remote user email": "Email remote gebruiker",
"Sent to": "Verzonder naar",
"Sender name": "Naam zender",
"Your name": "Uw naam",
"REMOTE_USER_TYPE_INFO_INVITED": "Federated - Uitgenodigde remote gebruiker",
Expand Down
2 changes: 1 addition & 1 deletion templates/invitation.index.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<th><?php p($l->t('Sent/Received')); ?></th>
<th><?php p($l->t('Remote user name')); ?></th>
<th><?php p($l->t('Remote user institute')); ?></th>
<th><?php p($l->t('Remote user email')); ?></th>
<th><?php p($l->t('Sent to')); ?></th>
<th></th>
<th></th>
</tr>
Expand Down

0 comments on commit e102462

Please sign in to comment.