diff --git a/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss b/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss index 31a5da3992..e6211cb4fb 100644 --- a/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss +++ b/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss @@ -66,5 +66,6 @@ &__icon { color: set-color(red, red5); + margin-right: 8px; } } diff --git a/wherehows-web/app/templates/components/dataset-authors.hbs b/wherehows-web/app/templates/components/dataset-authors.hbs index 70cb9149fd..41040b7acc 100644 --- a/wherehows-web/app/templates/components/dataset-authors.hbs +++ b/wherehows-web/app/templates/components/dataset-authors.hbs @@ -12,14 +12,16 @@ {{/if}} -

- {{#if requiredMinNotConfirmed}} +{{#if (eq showOwnership "hide")}} +

+ {{#if requiredMinNotConfirmed}} - Add {{ownersRequiredCount}} owner(s) with ID Type - USER - , Ownership Type - Data Owner, and who is also Active + Add {{ownersRequiredCount}} owner(s) with ID Type - USER + , Ownership Type - Data Owner, and who is also Active - {{/if}} -

+ {{/if}} +

+{{/if}} {{#if (eq showOwnership "show")}} @@ -226,9 +228,25 @@ {{#if requiredMinNotConfirmed}}
- {{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}} - Add at least 2 owners. +

+ {{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}} + {{#if (eq ownersRequiredCount 2)}} + Add at least 2 owners. + {{else}} + Add at least {{ownersRequiredCount}} more owner(s). + {{/if}} +

{{/if}} + + +

+ {{#if requiredMinNotConfirmed}} + + Add {{ownersRequiredCount}} owner(s) with ID Type - USER + , Ownership Type - Data Owner, and who is also Active + + {{/if}} +

\ No newline at end of file