Skip to content

Commit

Permalink
PC-1047: revert authorityType changes to data breach warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samyou-softwire committed Jun 13, 2024
1 parent 8dd45a6 commit 884fa63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HerPortal.ManagementShell/CommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@ private void TryAddConsortia(User? user, IReadOnlyCollection<string> consortiumC
outputProvider.Output("!!! ATTENTION! READ CAREFULLY OR RISK A DATA BREACH !!!");
outputProvider.Output("");
outputProvider.Output(
$"You are about to grant a user permission to read PERSONALLY IDENTIFIABLE INFORMATION submitted to {authorityType}.");
"You are about to grant a user permission to read PERSONALLY IDENTIFIABLE INFORMATION submitted to LAs.");
outputProvider.Output(
$"Take a moment to double check the following list and only continue if you are certain this user should have access to these {authorityType}.");
"Take a moment to double check the following list and only continue if you are certain this user should have access to these LAs.");
outputProvider.Output(
$"NB: in particular, you should only do this for {authorityType} that have signed their DSA contracts!");
"NB: in particular, you should only do this for LAs that have signed their DSA contracts!");
outputProvider.Output("");

return (user, userStatus);
Expand Down

0 comments on commit 884fa63

Please sign in to comment.