Skip to content

Commit

Permalink
fix capitalization to GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodenmiller authored Apr 22, 2017
1 parent a0a57e2 commit ddd4bef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class Strings {

public final static String NEW_REPOSITORY = "New repository";
public final static String SETTINGS_PAGE = "Enter the HTTPS-URL to your Gitlab repository";
public final static String SETTINGS_PAGE = "Enter the HTTPS-URL to your GitLab repository";

public final static String QUERY_TITLE = "Query title: ";

Expand All @@ -28,6 +28,6 @@ public class Strings {
public final static String QUERY_MILESTONE = "Milestone: ";
public final static String QUERY_STATE = "State: ";

public final static String GITLAB_ISSUE = "Gitlab issue";
public final static String GITLAB_ISSUE = "GitLab issue";

}

0 comments on commit ddd4bef

Please sign in to comment.