Skip to content

Commit

Permalink
Merge pull request #107 from richmahn/fix/locale-strings
Browse files Browse the repository at this point in the history
Fix to locale strings
  • Loading branch information
richmahn authored Dec 7, 2016
2 parents aae121c + 7a0e379 commit 822bb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -752,12 +752,12 @@ settings.deploy_key_deletion = Delete Deploy Key
settings.deploy_key_deletion_desc = Deleting this deploy key will remove all related accesses for this repository. Do you want to continue?
settings.deploy_key_deletion_success = Deploy key has been deleted successfully!
settings.scrub = Remove Sensitive Data
settings.scrub_desc = Removes names, email addresses, and phone numbers from the manifest.json, project.json, package.json or status.json files in the repository.
settings.scrub_desc = Removes names, email addresses, and phone numbers from the manifest.json, project.json, package.json or status.json files in the repository
settings.scrub_notices_1 = This will remove all names, email addresses, and phone numbers from the manifest.json, project.json, package.jon or status.json files in the repository
settings.scrub_form_title = Please enter following information to confirm your operation:
settings.scrub_success = Successfully removed sensitive data
settings.scrub_commit_mesage = "Removed sensitive data"
settings.scrub_nothing_to_scurb = "There is nothing that can be removed from the project's JSON files."
settings.scrub_commit_mesage = Removed sensitive data
settings.scrub_nothing_to_scurb = There is nothing that can be removed from the project's JSON files

diff.browse_source = Browse Source
diff.parent = parent
Expand Down

0 comments on commit 822bb25

Please sign in to comment.