Fix HasSession help typo

master
Andy Robbins 2018-10-25 23:43:08 -07:00 committed by GitHub
parent 9edf144478
commit 468b4bed75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default class HelpModal extends Component {
Any user that is an administrator to the system has the capability to retrieve the credential material from memory if it still exists.
Note: A session does not guarantee credential material is present, only possible.`;
formatted = text.format(sourceType, sourceName, targetName);
formatted = text.format(sourceType, targetName, sourceName);
} else if (edge.label === "AllExtendedRights") {
let text = `${this.groupSpecialFormat(source)} the AllExtendedRights privilege to the {} {}. Extended rights are special rights granted on objects which allow reading of privileged attributes, as well as performing special actions. `;
formatted = text.format(sourceType, sourceName, targetType, targetName);