<cd-modal [modalRef]="activeModal">
- <ng-container class="modal-title"
- i18n>{mode, select, edit {Edit} other {Add}}
- pool mirror peer</ng-container>
+ <span class="modal-title"
+ i18n>{mode, select, edit {Edit} other {Add}} pool mirror peer</span>
<ng-container class="modal-content">
<form name="editPeerForm"
novalidate>
<div class="modal-body">
<p>
- <ng-container i18n>{mode, select, edit {Edit} other {Add}} the pool
+ <span i18n>{mode, select, edit {Edit} other {Add}} the pool
mirror peer attributes for pool <kbd>{{ poolName }}</kbd> and click
- <kbd>Submit</kbd>.</ng-container>
+ <kbd>Submit</kbd>.</span>
</p>
<div class="form-group">
<div *ngIf="!safeToPerform"
class="danger">
<cd-alert-panel type="warning"
- i18n>The {selection.hasSingleSelection, select, true {OSD is} false {OSDs are}} not safe to be
+ i18n>The {selection.hasSingleSelection, select, true {OSD is} other {OSDs are}} not safe to be
{{ actionDescription }}! {{ message }}</cd-alert-panel>
</div>
<ng-container i18n><strong>OSD {{ osdIds | join }}</strong> will be
<cd-modal [modalRef]="activeModal">
- <ng-container class="modal-title"
- i18n>OSDs {deep, select, 1 {Deep }}Scrub</ng-container>
+ <span class="modal-title"
+ i18n>OSDs {deep, select, true {Deep } other {}}Scrub</span>
<ng-container class="modal-content">
<form name="scrubForm"
[formGroup]="scrubForm"
novalidate>
<div class="modal-body">
- <p i18n>You are about to apply a {deep, select, 1 {deep }}scrub to
+ <p i18n>You are about to apply a {deep, select, true {deep } other {}}scrub to
the OSD(s): <strong>{{ selected | join }}</strong>.</p>
</div>
<cd-modal [modalRef]="activeModal">
- <ng-container class="modal-title"
- i18n>Matcher</ng-container>
+ <span class="modal-title"
+ i18n>{editMode, select, true {Edit} other {Add}} Matcher</span>
<ng-container class="modal-content">
<form class="form"
<div class="modal-footer">
<cd-submit-button (submitAction)="onSubmit()"
[form]="form">
- <ng-container i18n>{editMode, select, 1 {Update} other {Add}}</ng-container>
+ <span i18n>{editMode, select, true {Edit} other {Add}}</span>
</cd-submit-button>
<cd-back-button [back]="activeModal.close"
name="Close"