From dc5e2f5782c0c7706d4b0b013ef98e151cfbbb09 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 20 Nov 2016 00:57:55 +0100 Subject: [PATCH] Some renamings --- .../internal/app/settings/contributors-page.component.html | 2 +- .../internal/app/settings/contributors-page.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Squidex/app/components/internal/app/settings/contributors-page.component.html b/src/Squidex/app/components/internal/app/settings/contributors-page.component.html index 9b9a527d3..35c08c506 100644 --- a/src/Squidex/app/components/internal/app/settings/contributors-page.component.html +++ b/src/Squidex/app/components/internal/app/settings/contributors-page.component.html @@ -35,7 +35,7 @@ - + diff --git a/src/Squidex/app/components/internal/app/settings/contributors-page.component.ts b/src/Squidex/app/components/internal/app/settings/contributors-page.component.ts index aa80f02f2..cd7be60eb 100644 --- a/src/Squidex/app/components/internal/app/settings/contributors-page.component.ts +++ b/src/Squidex/app/components/internal/app/settings/contributors-page.component.ts @@ -133,7 +133,7 @@ export class ContributorsPageComponent implements Ng2.OnInit { this.selectedUserName = null; } - public revokeContributor(contributor: AppContributorDto) { + public removeContributor(contributor: AppContributorDto) { this.appContributorsService.deleteContributor(this.appName, contributor.contributorId).subscribe(); this.appContributors.splice(this.appContributors.indexOf(contributor), 1);