web/admin: fix card title on oauth source settings

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-04 16:46:36 +02:00
parent 596431cae7
commit c0bdb2407a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export class SourceSettingsOAuth extends BaseUserSettings {
slug: this.objectId
}).then((source) => {
return html`<div class="pf-c-card">
<div class="pf-pf-c-card__title">
<div class="pf-c-card__title">
${t`Source ${source.name}`}
</div>
<div class="pf-c-card__body">