Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update failed modules message #380

Merged
merged 2 commits into from
Oct 23, 2019
Merged

Update failed modules message #380

merged 2 commits into from
Oct 23, 2019

Commits on Oct 23, 2019

  1. Update failed modules message

    The message previously said, for example
    ```
    Failed modules are  network
    ```
    Which is confusing when there's only one module
    
    Changing to:
    ```
    Failed modules: network
    ```
    Which works if there's one or more failed modules
    maryaB-osr authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    4365635 View commit details
    Browse the repository at this point in the history
  2. remove double space

    maryaB-osr authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    3392d1b View commit details
    Browse the repository at this point in the history