Skip to content
Snippets Groups Projects
Commit 6876c7af authored by Marcel Amirault's avatar Marcel Amirault Committed by Douwe Maan
Browse files

Fix grammar (setup to set-up) in code comments, spec, views, etc.

parent cdc4cd09
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Showing
with 26 additions and 26 deletions
Loading
Loading
@@ -29,12 +29,12 @@ export default class Renderer {
 
this.scene.add(this.camera);
 
// Setup the viewer
// Set up the viewer
this.setupRenderer();
this.setupGrid();
this.setupLight();
 
// Setup OrbitControls
// Set up OrbitControls
this.controls = new OrbitControls(
this.camera,
this.renderer.domElement,
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ export function setupFeatureHighlightPopover(id, debounceTimeout = 300) {
const hideOnScroll = togglePopover.bind($selector, false);
 
$selector
// Setup popover
// Set up popover
.data('content', $popoverContent.prop('outerHTML'))
.popover({
html: true,
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ export default class GLForm {
});
// Before we start, we should clean up any previous data for this form
this.destroy();
// Setup the form
// Set up the form
this.setupForm();
this.form.data('glForm', this);
}
Loading
Loading
Loading
Loading
@@ -631,7 +631,7 @@ export default class Notes {
*
* deactivates the submit button when text is empty
* hides the preview button when text is empty
* setup GFM auto complete
* set up GFM auto complete
* show the form
*/
setupNoteForm(form, enableGFM = defaultAutocompleteConfig) {
Loading
Loading
@@ -954,7 +954,7 @@ export default class Notes {
* Note: dataHolder must have the "discussionId" and "lineCode" data attributes set.
*/
setupDiscussionNoteForm(dataHolder, form) {
// setup note target
// set up note target
let diffFileData = dataHolder.closest('.text-file');
 
if (diffFileData.length === 0) {
Loading
Loading
@@ -1036,7 +1036,7 @@ export default class Notes {
 
$diffFile[0].dispatchEvent(clickEvent);
 
// Setup comment form
// Set up comment form
let newForm;
const $noteContainer = $link.closest('.diff-viewer').find('.note-container');
const $form = $noteContainer.find('> .discussion-form');
Loading
Loading
Loading
Loading
@@ -46,7 +46,7 @@ export default {
}
},
basePath() {
// We might get the project path from rails with the relative url already setup
// We might get the project path from rails with the relative url already set up
return this.projectPath.indexOf('/') === 0 ? '' : `${gon.relative_url_root}/`;
},
fullOldPath() {
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
%p
Setup InfluxDB to measure a wide variety of statistics like the time spent
Set up InfluxDB to measure a wide variety of statistics like the time spent
in running SQL queries. These settings require a
= link_to 'restart', help_page_path('administration/restart_gitlab')
to take effect.
Loading
Loading
Loading
Loading
@@ -7,9 +7,9 @@
.form-check
= f.check_box :mirror_available, class: 'form-check-input'
= f.label :mirror_available, class: 'form-check-label' do
Allow mirrors to be setup for projects
Allow mirrors to be set up for projects
%span.form-text.text-muted
If disabled, only admins will be able to setup mirrors in projects.
If disabled, only admins will be able to set up mirrors in projects.
= link_to icon('question-circle'), help_page_path('workflow/repository_mirroring')
 
= f.submit 'Save changes', class: "btn btn-success"
Loading
Loading
@@ -31,7 +31,7 @@
.form-check
= f.check_box :require_two_factor_authentication, class: 'form-check-input'
= f.label :require_two_factor_authentication, class: 'form-check-label' do
Require all users to setup Two-factor authentication
Require all users to set up Two-factor authentication
.form-group
= f.label :two_factor_authentication, 'Two-factor grace period (hours)', class: 'label-bold'
= f.number_field :two_factor_grace_period, min: 0, class: 'form-control', placeholder: '0'
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
= f.check_box :require_two_factor_authentication, class: 'form-check-input'
= f.label :require_two_factor_authentication, class: 'form-check-label' do
%strong
Require all users in this group to setup Two-factor authentication
Require all users in this group to set up Two-factor authentication
= link_to icon('question-circle'), help_page_path('security/two_factor_authentication', anchor: 'enforcing-2fa-for-all-users-in-a-group')
.form-group.row
.offset-sm-2.col-sm-10
Loading
Loading
- page_title "New Password"
- header_title "New Password"
%h3.page-title Setup new password
%h3.page-title Set up new password
%hr
= form_for @user, url: profile_password_path, method: :post do |f|
%p.slead
Loading
Loading
- run_actions_text = "Perform common operations on GitLab project: #{@project.full_name}"
 
%p To setup this service:
%p To set up this service:
%ul.list-unstyled.indent-list
%li
1.
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@
by entering
%kbd.inline /<command> help
- unless @service.template?
%p To setup this service:
%p To set up this service:
%ul.list-unstyled.indent-list
%li
1.
Loading
Loading
Loading
Loading
@@ -8,13 +8,13 @@
- if current_user.two_factor_otp_enabled?
.row.append-bottom-10
.col-md-4
%button#js-setup-u2f-device.btn.btn-info.btn-block Setup new U2F device
%button#js-setup-u2f-device.btn.btn-info.btn-block Set up new U2F device
.col-md-8
%p Your U2F device needs to be set up. Plug it in (if not already) and click the button on the left.
- else
.row.append-bottom-10
.col-md-4
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true } Setup new U2F device
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true } Set up new U2F device
.col-md-8
%p.text-warning You need to register a two-factor authentication app before you can set up a U2F device.
 
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ if rails5?
end
 
Dir.chdir APP_ROOT do
# This script is a starting point to setup your application.
# This script is a starting point to set up your application.
# Add necessary setup steps to this file:
 
puts "== Installing dependencies =="
Loading
Loading
Loading
Loading
@@ -760,8 +760,8 @@ test:
host: localhost
port: 80
 
# When you run tests we clone and setup gitlab-shell
# In order to setup it correctly you need to specify
# When you run tests we clone and set up gitlab-shell
# In order to set it up correctly you need to specify
# your system username you use to run GitLab
# user: YOUR_USERNAME
pages:
Loading
Loading
Loading
Loading
@@ -71,7 +71,7 @@ Devise.setup do |config|
# a value less than 10 in other environments.
config.stretches = Rails.env.test? ? 1 : 10
 
# Setup a pepper to generate the encrypted password.
# Set up a pepper to generate the encrypted password.
# config.pepper = "2ef62d549c4ff98a5d3e0ba211e72cff592060247e3bbbb9f499af1222f876f53d39b39b823132affb32858168c79c1d7741d26499901b63c6030a42129924ef"
 
# ==> Configuration for :confirmable
Loading
Loading
Loading
Loading
@@ -102,7 +102,7 @@ module API
end
optional :repository_checks_enabled, type: Boolean, desc: "GitLab will periodically run 'git fsck' in all project and wiki repositories to look for silent disk corruption issues."
optional :repository_storages, type: Array[String], desc: 'Storage paths for new projects'
optional :require_two_factor_authentication, type: Boolean, desc: 'Require all users to setup Two-factor authentication'
optional :require_two_factor_authentication, type: Boolean, desc: 'Require all users to set up Two-factor authentication'
given require_two_factor_authentication: ->(val) { val } do
requires :two_factor_grace_period, type: Integer, desc: 'Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication'
end
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ module SystemCheck
if config
try_connect_imap
else
@error = "#{mail_room_config_path} does not have mailboxes setup"
@error = "#{mail_room_config_path} does not have mailboxes set up"
false
end
end
Loading
Loading
Loading
Loading
@@ -86,7 +86,7 @@ namespace :gemojione do
SPRITESHEET_WIDTH = 860
SPRITESHEET_HEIGHT = 840
 
# Setup a map to rename image files
# Set up a map to rename image files
emoji_unicode_string_to_name_map = {}
Gitlab::Emoji.emojis.each do |name, emoji_hash|
# Ignore aliases
Loading
Loading
Loading
Loading
@@ -36,7 +36,7 @@ module QA
 
if @install_helm_tiller
Page::Project::Operations::Kubernetes::Show.perform do |page|
# We must wait a few seconds for permissions to be setup correctly for new cluster
# We must wait a few seconds for permissions to be set up correctly for new cluster
sleep 10
 
# Helm must be installed before everything else
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment