Skip to content

Commit

Permalink
Change the help text for changing user/org names (quay#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleesc committed Apr 7, 2020
1 parent e003b8e commit 0d8a665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/partials/org-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3>Organization Settings</h3>
<td>Namespace:</td>
<td>
{{ organization.name }}
<div class="help-text">Organization names cannot currently be changed. Please <a href="/contact">contact support</a> to migrate accounts.</div>
<div class="help-text">Organization names cannot be changed once set.</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion static/partials/user-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3>User Settings</h3>
<td>Username:</td>
<td>
{{ context.viewuser.username }}
<div class="help-text">Usernames cannot currently be changed. Please <a href="/contact">contact support</a> to migrate accounts.</div>
<div class="help-text">Usernames cannot be changed once set.</div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 0d8a665

Please sign in to comment.