Fixed spelling of shure to sure
This commit is contained in:
parent
6feed021d2
commit
0b2f36dbbd
4 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ export class DomainsComponent implements OnInit {
|
||||||
try {
|
try {
|
||||||
await this.modal.showMessage(new ModalOptionsDatatype({
|
await this.modal.showMessage(new ModalOptionsDatatype({
|
||||||
heading: 'Confirm deletion',
|
heading: 'Confirm deletion',
|
||||||
body: 'Are you shure you want to delete ' + domain.name + '?',
|
body: 'Are you sure you want to delete ' + domain.name + '?',
|
||||||
acceptText: 'Delete',
|
acceptText: 'Delete',
|
||||||
dismisText: 'Cancel',
|
dismisText: 'Cancel',
|
||||||
acceptClass: 'danger'
|
acceptClass: 'danger'
|
||||||
|
|
|
@ -88,7 +88,7 @@ export class EditAuthLineComponent implements OnInit, OnChanges {
|
||||||
try {
|
try {
|
||||||
await this.modal.showMessage(new ModalOptionsDatatype({
|
await this.modal.showMessage(new ModalOptionsDatatype({
|
||||||
heading: 'Confirm deletion',
|
heading: 'Confirm deletion',
|
||||||
body: 'Are you shure you want to delete the ' + this.inputType.value +
|
body: 'Are you sure you want to delete the ' + this.inputType.value +
|
||||||
' record ' + this.fullName() + ' with content ' + this.inputContent.value + '?',
|
' record ' + this.fullName() + ' with content ' + this.inputContent.value + '?',
|
||||||
acceptText: 'Delete',
|
acceptText: 'Delete',
|
||||||
dismisText: 'Cancel',
|
dismisText: 'Cancel',
|
||||||
|
|
|
@ -145,7 +145,7 @@ export class EditCredentialsComponent implements OnInit {
|
||||||
try {
|
try {
|
||||||
await this.modal.showMessage(new ModalOptionsDatatype({
|
await this.modal.showMessage(new ModalOptionsDatatype({
|
||||||
heading: 'Confirm deletion',
|
heading: 'Confirm deletion',
|
||||||
body: 'Are you shure you want to delete the credential ' + credential.description + '?',
|
body: 'Are you sure you want to delete the credential ' + credential.description + '?',
|
||||||
acceptText: 'Delete',
|
acceptText: 'Delete',
|
||||||
dismisText: 'Cancel',
|
dismisText: 'Cancel',
|
||||||
acceptClass: 'danger'
|
acceptClass: 'danger'
|
||||||
|
|
|
@ -62,7 +62,7 @@ export class UsersComponent implements OnInit {
|
||||||
try {
|
try {
|
||||||
await this.modal.showMessage(new ModalOptionsDatatype({
|
await this.modal.showMessage(new ModalOptionsDatatype({
|
||||||
heading: 'Confirm deletion',
|
heading: 'Confirm deletion',
|
||||||
body: 'Are you shure you want to delete ' + user.name + '?',
|
body: 'Are you sure you want to delete ' + user.name + '?',
|
||||||
acceptText: 'Delete',
|
acceptText: 'Delete',
|
||||||
dismisText: 'Cancel',
|
dismisText: 'Cancel',
|
||||||
acceptClass: 'danger'
|
acceptClass: 'danger'
|
||||||
|
|
Loading…
Reference in a new issue