Fixed spelling of shure to sure

このコミットが含まれているのは:
Lukas Metzger 2019-12-25 21:13:35 +01:00
コミット 0b2f36dbbd
4個のファイルの変更4行の追加4行の削除

ファイルの表示

@ -62,7 +62,7 @@ export class DomainsComponent implements OnInit {
try {
await this.modal.showMessage(new ModalOptionsDatatype({
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',
dismisText: 'Cancel',
acceptClass: 'danger'

ファイルの表示

@ -88,7 +88,7 @@ export class EditAuthLineComponent implements OnInit, OnChanges {
try {
await this.modal.showMessage(new ModalOptionsDatatype({
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 + '?',
acceptText: 'Delete',
dismisText: 'Cancel',

ファイルの表示

@ -145,7 +145,7 @@ export class EditCredentialsComponent implements OnInit {
try {
await this.modal.showMessage(new ModalOptionsDatatype({
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',
dismisText: 'Cancel',
acceptClass: 'danger'

ファイルの表示

@ -62,7 +62,7 @@ export class UsersComponent implements OnInit {
try {
await this.modal.showMessage(new ModalOptionsDatatype({
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',
dismisText: 'Cancel',
acceptClass: 'danger'