Bug 983459

Summary: Typo on public key description on settings page.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: jliggitt, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-22 15:24:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yujie Zhang 2013-07-11 09:26:33 UTC
Description of problem:
There is one sentence in the public key description on settings page which is "before you can connect to your applications' Git repositories or remotely access your application.", it should be "your applications" in the end.

Version-Release number of selected component (if applicable):
devenv_3481

How reproducible:
always

Steps to Reproduce:
1.Check the public key description on the setting page
2.
3.

Actual results:

"your applications" in the end is not apporate since there is " applications' " before that.

Expected results:

1) change  applications' Git repositories to application's
or 
2) change "your application" to "your applications" in the end.

Additional info:

Comment 1 Jordan Liggitt 2013-07-11 13:22:19 UTC
Fixed in https://github.com/openshift/origin-server/pull/3060

Comment 2 openshift-github-bot 2013-07-11 14:25:30 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/d338aed6b1a758d78740dd6cf671fe0aa77ab668
Fix bug 983459 - typo in add ssh key text

Comment 3 Yujie Zhang 2013-07-12 05:18:16 UTC
Tested on devenv_3489, the typo has been corrected now, so verify this bug, thanks.