Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve manage certificates message #6324

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Improve manage certificates message #6324

merged 1 commit into from
Aug 20, 2018

Conversation

zivkan
Copy link
Member

@zivkan zivkan commented Aug 17, 2018

fixes #6208

user's account setting unchanged:
image

organisation settings page changed:
image

@ViewHelpers.AlertInfo(@<text>To manage certificates for an organization, you would need to go to the <a href="@Url.ManageMyOrganizations()">organization's settings page</a>.</text>)
if (Model.IsOrganization)
{
@ViewHelpers.AlertInfo(@<text>To manage certificates for your individual account, you would need to go to <a href="@Url.AccountSettings()">your account's settings page</a>.</text>)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

account, you would need to go to -> account, go to

(you would need to is a little redundant)

@zivkan zivkan merged commit 0ac2f91 into dev Aug 20, 2018
@zivkan zivkan deleted the zivkan-certificate-message branch August 20, 2018 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants