Merge pull request #37935 from nextcloud/bugfix/noid/fix-title-of-federation-options

Fix title of federation scope options
This commit is contained in:
Joas Schilling 2023-04-26 15:39:03 +02:00 committed by GitHub
commit 4c34be3d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
:close-after-click="true"
:disabled="!isSupportedScope"
:icon="iconClass"
:title="isSupportedScope ? tooltip : tooltipDisabled"
:title="displayName"
@click.stop.prevent="updateScope">
{{ isSupportedScope ? tooltip : tooltipDisabled }}
</NcActionButton>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long